]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Add possibility to extend STAGE_BUILD.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Feb 2010 17:03:56 +0000 (18:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Feb 2010 17:03:56 +0000 (18:03 +0100)
pkgs/Functions

index bfdbb9009322b023d735a6d5a6086c3b21c27e6c..d1d6b9f472b51efb8ee950cdb040af3ab2bfcf6e 100644 (file)
@@ -79,6 +79,7 @@ define STAGE_BUILD
                        $(CONFIGURE_OPTIONS)
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+       $(STAGE_BUILD_CMDS)
 endef
 
 define STAGE_INSTALL