Changeset 1630
- Timestamp:
- 07/12/06 22:27:56 (2 years ago)
- Location:
- branches/cross/packages
- Files:
-
- 2 modified
-
blfs-bootscripts/Makefile (modified) (3 diffs)
-
gpm/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cross/packages/blfs-bootscripts/Makefile
r1255 r1630 2 2 3 3 NM= blfs-bootscripts 4 VRS= 200 511214 VRS= 20060624 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 9 SHA-$(FILE)= e68220a59b30dc0cdf3b18eff6819b6f3a997f7a9 SHA-$(FILE)= 32d89ec8ea850a34a02831951c2b390d82590430 10 10 11 11 PATCH1=$(NM)-add-autosshd-1.patch … … 26 26 make install-service-dhcpcd 27 27 make install-service-pppoe 28 ifneq ($(LFS-ARCH),sparc64)29 28 make install-gpm 30 endif31 29 make install-autosshd 32 30 install -m754 blfs/init.d/sshd /etc/rc.d/init.d/ … … 37 35 install -m754 blfs/init.d/iptables /etc/rc.d/init.d/ 38 36 install -m754 blfs/init.d/rsyncd /etc/rc.d/init.d/ 39 sed -i 's| --compress||' /etc/rc.d/init.d/rsyncd40 37 41 38 clean: -
branches/cross/packages/gpm/Makefile
r1057 r1630 29 29 30 30 compile-stage2: 31 ifneq ($(LFS-ARCH),sparc64)32 31 patch -Np1 -i ../$(PATCH1) 33 32 patch -Np1 -i ../$(PATCH2) 34 ./configure --prefix=/usr --sysconfdir=/etc --without-curses33 ./configure --prefix=/usr --sysconfdir=/etc 35 34 LDFLAGS="-lm" make 36 35 make install 37 cp conf/gpm-root.conf /etc36 cp -v conf/gpm-root.conf /etc 38 37 /sbin/ldconfig 39 38 endif
