]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Moved strace to stage "misc".
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jun 2008 19:05:27 +0000 (19:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jun 2008 19:05:27 +0000 (19:05 +0000)
lfs/strace

index 324af7fdd9c1505fd0b6acecd77f9d3fbfc36ce9..a3b404c6128528e735060e43a5a6103b2d269c75 100644 (file)
@@ -54,7 +54,7 @@ $(TARGET) :
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 
-ifeq "$(STAGE)" "$(SNAME)"
+ifeq "$(STAGE)" "misc"
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install