From: Michael Tremer Date: Tue, 26 Aug 2008 18:35:53 +0000 (+0200) Subject: Removed hal-info from installation system. X-Git-Tag: v3.0-alpha1~733^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a18149e8fcccebe7df3e6ab46a8f2adc332b738;p=ipfire-3.x.git Removed hal-info from installation system. --- diff --git a/lfs/hal-info b/lfs/hal-info index d685074a6..33b76bf99 100644 --- a/lfs/hal-info +++ b/lfs/hal-info @@ -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)