Author: justin
Date: 2005-09-24 01:07:14 -0600 (Sat, 24 Sep 2005)
New Revision: 740

Modified:
   x86/trunk/packages/bzip2/Makefile
   x86/trunk/packages/cdrtools/Makefile
   x86/trunk/packages/coreutils/Makefile
   x86/trunk/packages/cpio/Makefile
   x86/trunk/packages/ctags/Makefile
   x86/trunk/packages/cvs/Makefile
   x86/trunk/packages/dejagnu/Makefile
   x86/trunk/packages/device-mapper/Makefile
   x86/trunk/packages/dhcpcd/Makefile
   x86/trunk/packages/dialog/Makefile
Log:
Packages bzip2 to dialog - Messages/Logging update.

Modified: x86/trunk/packages/bzip2/Makefile
===================================================================
--- x86/trunk/packages/bzip2/Makefile   2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/bzip2/Makefile   2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # Bzip2 Makefile
-#==============================================================================
 
 NM= bzip2
 VRS= 1.0.3
@@ -18,71 +17,38 @@
 SHA-$(PATCH2)= 56a29bf1278f21bc30c72d19e5766bfda5c74e5b
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 stage1: $(FILE)
-       @$(std_build)
-       @cp $(SRC)/$(FILE) $(LFSSRC)
+       $(std_build)
+       cp $(SRC)/$(FILE) $(LFSSRC)
 
 compile-stage1:
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make PREFIX=$(WD) install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
+       make $(PM)
+       make PREFIX=$(WD) install
 
 chroot:
-       @chroot "$(MP)" $(chenv-post-bash) \
+       chroot "$(MP)" $(chenv-post-bash) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2)
-       @$(std_build)
-       @cp $(SRC)/{$(PATCH1),$(PATCH2)} $(LFSSRC)/
+       $(std_build)
+       cp $(SRC)/{$(PATCH1),$(PATCH2)} $(LFSSRC)/
 
 compile-stage2:
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @patch -Np1 -i ../$(PATCH1)
-       @patch -Np1 -i ../$(PATCH2)
-       @make $(PM) -f Makefile-libbz2_so >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @make clean
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @cp bzip2-shared /bin/bzip2 && cp -a libbz2.so* /lib
-       @ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
-       @rm /usr/bin/{bunzip2,bzcat,bzip2}
-       @ln -s bzip2 /bin/bunzip2 && ln -s bzip2 /bin/bzcat
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       patch -Np1 -i ../$(PATCH1)
+       patch -Np1 -i ../$(PATCH2)
+       make $(PM) -f Makefile-libbz2_so
+       make clean
+       make $(PM)
+       make install
+       cp bzip2-shared /bin/bzip2 && cp -a libbz2.so* /lib
+       ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
+       rm /usr/bin/{bunzip2,bzcat,bzip2}
+       ln -s bzip2 /bin/bunzip2 && ln -s bzip2 /bin/bzcat
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: compile-stage1 clean chroot compile-stage2

Modified: x86/trunk/packages/cdrtools/Makefile
===================================================================
--- x86/trunk/packages/cdrtools/Makefile        2005-09-24 06:58:56 UTC (rev 
739)
+++ x86/trunk/packages/cdrtools/Makefile        2005-09-24 07:07:14 UTC (rev 
740)
@@ -1,5 +1,4 @@
 # CDRTools Makefile
-#==============================================================================
 
 NM= cdrtools
 VRS= 2.01
@@ -10,40 +9,21 @@
 SHA-$(FILE)= f94cfe51dd512d4e0b9106b986bde12d4f7967ce
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \
-        >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install \
-        >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       make $(PM) INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root
+       make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

Modified: x86/trunk/packages/coreutils/Makefile
===================================================================
--- x86/trunk/packages/coreutils/Makefile       2005-09-24 06:58:56 UTC (rev 
739)
+++ x86/trunk/packages/coreutils/Makefile       2005-09-24 07:07:14 UTC (rev 
740)
@@ -1,5 +1,4 @@
 # Coreutils Makefile
-#==============================================================================
 
 NM= coreutils
 VRS= 5.2.1
@@ -21,99 +20,47 @@
 URL-$(PATCH3)= $(HTTP)/$(NM)/$(PATCH3)
 SHA-$(PATCH3)= b160e29015f0f9f252c948010fbb40d48ce0009a
 
-
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 stage1: $(FILE)
-       @$(std_build)
-       @cp $(SRC)/$(FILE) $(LFSSRC)
+       $(std_build)
+       cp $(SRC)/$(FILE) $(LFSSRC)
 
 compile-stage1:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=$(WD) \
-       >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @mv ${WD}/bin/uname ${WD}/bin/uname.real 
-       @install -m 755 ${MP}${ROOT}/uname/uname ${WD}/bin/
-#
-#==Status Messages==========================================
-#
-       @$(OK)
+       DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=$(WD)
+       make $(PM)
+       make install
+       mv ${WD}/bin/uname ${WD}/bin/uname.real 
+       install -m 755 ${MP}${ROOT}/uname/uname ${WD}/bin/
 
 chroot:
-       @chroot "$(MP)" $(chenv-pre-bash) \
+       chroot "$(MP)" $(chenv-pre-bash) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
 
 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2) $(PATCH3)
-       @$(std_build)
+       $(std_build)
+       cp $(SRC)/{$(PATCH1),$(PATCH2),$(PATCH3)} $(LFSSRC)/
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-       @cp $(SRC)/{$(PATCH1),$(PATCH2),$(PATCH3)} $(LFSSRC)/
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
 ifeq ($(ARCH),x86)
-       @patch -Np1 -i ../$(PATCH1)
+       patch -Np1 -i ../$(PATCH1)
 endif
-       @patch -Np1 -i ../$(PATCH2)
-       @patch -Np1 -i ../$(PATCH3)
-       @DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr \
-       >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @$(WD)/bin/mv /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
-       @$(WD)/bin/mv /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
-       @mv /usr/bin/{rmdir,stty,sync,true,uname} /bin
-       @mv /usr/bin/chroot /usr/sbin
-       @mv /usr/bin/{head,sleep} /bin
-       @mv /bin/uname /bin/uname.real
-       @install -m 755 ${ROOT}/uname/uname /bin/
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       patch -Np1 -i ../$(PATCH2)
+       patch -Np1 -i ../$(PATCH3)
+       DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr
+       make $(PM)
+       make install
+       $(WD)/bin/mv /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
+       $(WD)/bin/mv /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
+       mv /usr/bin/{rmdir,stty,sync,true,uname} /bin
+       mv /usr/bin/chroot /usr/sbin
+       mv /usr/bin/{head,sleep} /bin
+       mv /bin/uname /bin/uname.real
+       install -m 755 ${ROOT}/uname/uname /bin/
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: compile-stage1 clean chroot compile-stage2

Modified: x86/trunk/packages/cpio/Makefile
===================================================================
--- x86/trunk/packages/cpio/Makefile    2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/cpio/Makefile    2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # cpio Makefile
-#==============================================================================
 
 NM= cpio
 VRS= 2.6
@@ -10,51 +9,26 @@
 SHA-$(FILE)= 4f65821ec10eb2c330a582fbc8112960c9849ecd
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c
-       @./configure CPIO_MT_PROG=mt --prefix=/usr --bindir=/bin \
-        --libexecdir=/tmp --with-rmt=/usr/sbin/rmt >../$(DIR)[EMAIL PROTECTED] 
2>&1
-       @echo "#define HAVE_SETLOCALE 1" >>config.h
-       @echo "#define HAVE_LSTAT 1" >>config.h
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c
+       ./configure CPIO_MT_PROG=mt --prefix=/usr --bindir=/bin \
+        --libexecdir=/tmp --with-rmt=/usr/sbin/rmt
+       echo "#define HAVE_SETLOCALE 1" >>config.h
+       echo "#define HAVE_LSTAT 1" >>config.h
+       make $(PM)
+       make install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

Modified: x86/trunk/packages/ctags/Makefile
===================================================================
--- x86/trunk/packages/ctags/Makefile   2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/ctags/Makefile   2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # ctags Makefile
-#==============================================================================
 
 NM= ctags
 VRS= 5.5.4
@@ -10,47 +9,22 @@
 SHA-$(FILE)= 1f912ef66c44d5527ce44c447a13fc33188bf16e
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @./configure --prefix=/usr >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       ./configure --prefix=/usr
+       make $(PM)
+       make install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

Modified: x86/trunk/packages/cvs/Makefile
===================================================================
--- x86/trunk/packages/cvs/Makefile     2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/cvs/Makefile     2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # cvs Makefile
-#==============================================================================
 
 NM= cvs
 VRS= 1.11.20
@@ -14,50 +13,25 @@
 SHA-$(PATCH1)= facc13bda7cc912db51f3994a5fe9f8374837394
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE) $(PATCH1)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @patch -Np1 -i ../$(PATCH1)
-       @./configure --prefix=/usr >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @install -m755 -d /usr/share/doc/$(DIR)
-       @install -m644 doc/cvs{,client}.ps /usr/share/doc/$(DIR)
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       patch -Np1 -i ../$(PATCH1)
+       ./configure --prefix=/usr
+       make $(PM)
+       make install
+       install -m755 -d /usr/share/doc/$(DIR)
+       install -m644 doc/cvs{,client}.ps /usr/share/doc/$(DIR)
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

Modified: x86/trunk/packages/dejagnu/Makefile
===================================================================
--- x86/trunk/packages/dejagnu/Makefile 2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/dejagnu/Makefile 2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # DejaGNU Makefile
-#==============================================================================
 
 NM= dejagnu
 VRS= 1.4.4
@@ -10,29 +9,18 @@
 SHA-$(FILE)= c50655b800ad27be60aed5546495e3154ffce9b2
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 stage1: $(FILE)
-       @$(std_build)
-       @cp $(SRC)/$(FILE) $(LFSSRC)
+       $(std_build)
+       cp $(SRC)/$(FILE) $(LFSSRC)
 
 compile-stage1:
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @$(call echo_message, Configuring)
-       @./configure --prefix=$(WD) >../$(DIR)[EMAIL PROTECTED] 2>&1
-       @$(OK)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @$(call echo_message, Installing)
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-       @$(OK)
+       ./configure --prefix=$(WD)
+       make install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: compile-stage1 clean chroot

Modified: x86/trunk/packages/device-mapper/Makefile
===================================================================
--- x86/trunk/packages/device-mapper/Makefile   2005-09-24 06:58:56 UTC (rev 
739)
+++ x86/trunk/packages/device-mapper/Makefile   2005-09-24 07:07:14 UTC (rev 
740)
@@ -1,5 +1,4 @@
 # device-mapper Makefile
-#==============================================================================
 
 NM= device-mapper
 VRS= 1.01.01
@@ -10,47 +9,22 @@
 SHA-$(FILE)= 388ea9cdd3fed3114068b63102d7d44371861229
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-        @./configure --prefix=/usr >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       ./configure --prefix=/usr
+       make $(PM)
+       make install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

Modified: x86/trunk/packages/dhcpcd/Makefile
===================================================================
--- x86/trunk/packages/dhcpcd/Makefile  2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/dhcpcd/Makefile  2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # dhcpcd Makefile
-#==============================================================================
 
 NM= dhcpcd
 VRS= 1.3.22-pl4
@@ -14,49 +13,24 @@
 SHA-$(PATCH1)= cec6d31a5146993cee6b147723c66742a24eed85
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE) $(PATCH1)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @patch -Np1 -i ../$(PATCH1)
-       @./configure --prefix="" --sysconfdir=/var/lib \
-        --mandir=/usr/share/man >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       patch -Np1 -i ../$(PATCH1)
+       ./configure --prefix="" --sysconfdir=/var/lib \
+        --mandir=/usr/share/man
+       make $(PM)
+       make install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

Modified: x86/trunk/packages/dialog/Makefile
===================================================================
--- x86/trunk/packages/dialog/Makefile  2005-09-24 06:58:56 UTC (rev 739)
+++ x86/trunk/packages/dialog/Makefile  2005-09-24 07:07:14 UTC (rev 740)
@@ -1,5 +1,4 @@
 # Dialog Makefile
-#==============================================================================
 
 NM= dialog
 VRS= 1.0-20050306
@@ -10,47 +9,22 @@
 SHA-$(FILE)= c99418b18e0dae9d446b6392bc4804b11d600e3a
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @./configure --prefix=/usr --enable-nls >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       ./configure --prefix=/usr --enable-nls
+       make $(PM)
+       make install
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: clean chroot compile-stage2

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to