split gcclass into extract/build
authorbrian <brian@brianweb.net>
Sat, 22 May 2004 02:48:49 +0000 (19:48 -0700)
committerbrian <brian@brianweb.net>
Sat, 22 May 2004 02:48:49 +0000 (19:48 -0700)
darcs-hash:20040522024849-24bed-25622caffe57f1840ef8c664dc1d707a4eec5d68.gz

upstream/Makefile

index 648fd17..9c5ec8f 100644 (file)
@@ -277,9 +277,12 @@ tasks/build_busybox: tasks/patch_busybox tasks/build_libc
        cd build/busybox && $(MAKE) LDFLAGS="$(MIPS_LDFLAGS)" CFLAGS_EXTRA="$(MIPS_CFLAGS) -DNESTEDVM -g"
        touch $@
 
-tasks/build_gcclass:
+tasks/extract_gcclass:
        cd build &&  darcs get --verbose http://darcs.brianweb.net/gcclass
-       cd build/gcclass && make
+       touch $@
+       
+tasks/build_gcclass: tasks/extract_gcclass
+       cd build/gcclass && $(MAKE)
        touch $@
 
 # TeX Stuff