Revision: 6668
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6668&view=rev
Author:   gespinasse
Date:     2012-06-24 20:57:42 +0000 (Sun, 24 Jun 2012)
Log Message:
-----------
Building less before gzip is simplier to run gzip zless tests

Modified Paths:
--------------
    ipcop/trunk/lfs/gzip
    ipcop/trunk/make.sh

Modified: ipcop/trunk/lfs/gzip
===================================================================
--- ipcop/trunk/lfs/gzip        2012-06-24 20:45:38 UTC (rev 6667)
+++ ipcop/trunk/lfs/gzip        2012-06-24 20:57:42 UTC (rev 6668)
@@ -94,10 +94,8 @@
        cd $(DIR_APP) && make -j $(PARALLELISM) V=1
 
 ifeq "$(RUNNING_TEST)" "yes"
-       # no test should fail but less is not yet build unless gzip is rebuild
-       [ -e /usr/bin/less ] || ln -sf /tools_$(MACHINE)/bin/true /usr/bin/less
+       # no test should fail
        cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
-       [ -h /usr/bin/less ] && rm /usr/bin/less
 endif
 
        cd $(DIR_APP) && make install-exec

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2012-06-24 20:45:38 UTC (rev 6667)
+++ ipcop/trunk/make.sh 2012-06-24 20:57:42 UTC (rev 6668)
@@ -1719,10 +1719,10 @@
        chroot_make quik
        chroot_make gettext
        chroot_make groff
-       chroot_make gzip
+       chroot_make less
+       chroot_make gzip                # gzip zless tests require less 
        chroot_make iproute2
        chroot_make kbd
-       chroot_make less
        chroot_make make
        chroot_make xz                  # man-db depend of xz, but we don't 
build man-db
        chroot_make module-init-tools

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to