]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed hal-info from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:35:53 +0000 (20:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:35:53 +0000 (20:35 +0200)
lfs/hal-info

index d685074a6cb30c7db2e9140b900ba7fd10a9d74b..33b76bf9994922f81e3f7bbb5045ce1e5827bcd4 100644 (file)
@@ -53,8 +53,6 @@ $(objects) :
 $(TARGET) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
-ifeq "$(STAGE)" "$(SNAME)"
        cd $(DIR_APP) && \
                ./configure --prefix=/usr \
                        --sysconfdir=/etc \
@@ -62,20 +60,5 @@ ifeq "$(STAGE)" "$(SNAME)"
                        --localstatedir=/var
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
-endif
-
-ifeq "$(STAGE)" "installer"
-       cd $(DIR_APP) && $(U_TOOLS) \
-               ./configure --prefix=/usr \
-                       --host=$(UCLIBC_TARGET) \
-                       --sysconfdir=/etc \
-                       --libexecdir=/usr/lib/hal \
-                       --localstatedir=/var \
-                       --disable-policy-kit \
-                       --with-hwdata=/usr/share
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-       cd $(DIR_APP) && make install DESTDIR=$(INSTALLER_DIR)
-endif
-
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)