]> gitweb.factorcode.org Git - factor.git/commitdiff
Use the *new* source tree when building the bootstrap image.
authorTrent Buck <trentbuck@gmail.com>
Thu, 19 Jan 2006 21:31:25 +0000 (21:31 +0000)
committerTrent Buck <trentbuck@gmail.com>
Thu, 19 Jan 2006 21:31:25 +0000 (21:31 +0000)
debian/rules

index 41de1acb98e2b2d594af6f354e161e5d4201cc0b..a485e658ee33ad1859eb924672dd0c0aaafcfc51 100644 (file)
@@ -20,7 +20,7 @@ build-stamp: configure-stamp
        $(MAKE) linux-$(FARCH)
        mv f runtime
        # Build the bootstrap image
-       echo "USE: image \"$(FARCH)\" make-image" | factor-run --basic debian/make-bootstrap-images.factor # || wget http://factorcode.org/boot.image.$(FARCH)
+       echo 'USE: image "$(FARCH)" make-image' | factor-run --basic -resource-path=. # || wget http://factorcode.org/boot.image.$(FARCH)
        mv boot.image.$(FARCH) boot.image
        # Build the factor image
        ./runtime boot.image -libraries:sdl:name=libSDL.so -libraries:freetype:name=libfreetype.so