Changeset 1032 for to-imperative/trunk/Makefile
- Timestamp:
- Jul 17, 2003, 6:24:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/Makefile
r842 r1032 1 SUBDIRS = libstdc++-stub compiler libp++ runtime library samples1 SUBDIRS = libstdc++-stub compiler libp++ runtime library bootstrap samples 2 2 INSTALL_SUBDIRS = $(SUBDIRS) 3 all : override SUBDIRS = libstdc++-stub compiler libp++ runtime library 3 all : override SUBDIRS = \ 4 libstdc++-stub compiler libp++ runtime library bootstrap 4 5 5 6 include rules.mk … … 12 13 all:: 13 14 @echo All done. 15 16 bootstrap: all 17 $(MAKE) -C bootstrap bootstrap \ 18 TOPDIR=$(TOPDIR)/.. INSTALL_DIR=$(INSTALL_DIR) \ 19 CURRENTDIR=$(CURRENTDIR)/bootstrap DISTNAME="$(DISTNAME)" 14 20 15 21 dist::
Note: See TracChangeset
for help on using the changeset viewer.