Commit 727793cb by Kelley Cook Committed by R. Kelley Cook

Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.

* Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
(restrap): Likewise.

From-SVN: r70345
parent ee0a0f7b
2003-08-11 Kelley Cook <kelleycook@wideopenwest.com>
* Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
(restrap): Likewise.
2003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC. * gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC.
......
...@@ -3679,7 +3679,7 @@ quickstrap: ...@@ -3679,7 +3679,7 @@ quickstrap:
cleanstrap: cleanstrap:
-$(MAKE) clean -$(MAKE) clean
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap $(MAKE) LANGUAGES="$(LANGUAGES)" BOOT_CFLAGS="$(BOOT_CFLAGS)" bootstrap
unstrap: unstrap:
-rm -rf stage[234]* -rm -rf stage[234]*
...@@ -3690,7 +3690,7 @@ unstrap: ...@@ -3690,7 +3690,7 @@ unstrap:
# not from scratch. # not from scratch.
restrap: restrap:
$(MAKE) unstrap $(MAKE) unstrap
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap $(MAKE) LANGUAGES="$(LANGUAGES)" BOOT_CFLAGS="$(BOOT_CFLAGS)" bootstrap
# Compare the object files in the current directory with those in the # Compare the object files in the current directory with those in the
# stage2 directory. # stage2 directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment