[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[2258] ipcop/trunk/lfs
From:       gespinasse () users ! sourceforge ! net
Date:       2008-12-30 19:06:53
Message-ID: E1LHjvZ-000611-Vq () 74yxhf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 2258
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2258&view=rev
Author:   gespinasse
Date:     2008-12-30 19:06:53 +0000 (Tue, 30 Dec 2008)

Log Message:
-----------
We don't need PRE/POSTBUILD for busybox and klibc as
they install out of the tree where PRE/POSTBUILD macro are looking
Just touch the target

As I am there, add the test part like we do now for busybox
There is 24 FAIL.
I haven't look if it matter for us (or if a test is wrong)
FAIL: cpio lists hardlinks
FAIL: cpio extracts zero-sized hardlinks 2
FAIL: du-h-works
FAIL: grep handles NUL in files
FAIL: grep handles NUL on stdin
FAIL: grep matches NUL
FAIL: ls-l-works
FAIL: ls-s-works
FAIL: md5sum-verifies-non-binary-file
FAIL: sed s//g (exhaustive)
FAIL: sed n (flushes pattern space, terminates early)
FAIL: sed N (doesn't flush pattern space when terminating)
FAIL: sed embedded NUL
FAIL: sed NUL in command
FAIL: sed append autoinserts newline
FAIL: sed clusternewline
FAIL: sed nonexistent label
PASS: sed -i with no arg [GNUFAIL]
FAIL: tar_with_link_with_size
FAIL: tar_with_prefix_fields
FAIL: wget--O-overrides--P
FAIL: wget-handles-empty-path
FAIL: wget-retrieves-google-index
FAIL: wget-supports--P

Modified Paths:
--------------
    ipcop/trunk/lfs/busybox
    ipcop/trunk/lfs/klibc

Modified: ipcop/trunk/lfs/busybox
===================================================================
--- ipcop/trunk/lfs/busybox	2008-12-30 18:42:43 UTC (rev 2257)
+++ ipcop/trunk/lfs/busybox	2008-12-30 19:06:53 UTC (rev 2258)
@@ -79,7 +79,6 @@
 ###############################################################################
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
-	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && cp -f $(DIR_SRC)/config/busybox/busybox-1.12.x-config .config
 
@@ -111,8 +110,9 @@
 	cd /$(INSTALLER_DIR)/initramfs/bin && ln -s insmod rmmod
 endif
 
+ifeq "$(RUNNING_TEST)" "yes"
 	# Do not to stop on error in tests
-	#-cd $(DIR_APP)/testsuite; ./runtest -v &> \
                $(DIR_INFO)/$(THISAPP)-$(STAGE_ORDER)_check.log
-
+	-cd $(DIR_APP)/testsuite; ./runtest -v &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+endif
 	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)
+	touch $(TARGET)

Modified: ipcop/trunk/lfs/klibc
===================================================================
--- ipcop/trunk/lfs/klibc	2008-12-30 18:42:43 UTC (rev 2257)
+++ ipcop/trunk/lfs/klibc	2008-12-30 19:06:53 UTC (rev 2258)
@@ -82,7 +82,6 @@
 ###############################################################################
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
-	@$(PREBUILD)
 	@rm -rf $(DIR_APP) /$(INSTALLER_DIR)/$(PKG_NAME)
 	cd $(DIR_SRC)  && tar zxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/klibc-1.5.9_insmod.patch
@@ -101,4 +100,4 @@
 	#cd $(DIR_APP) && make CROSS_COMPILE=$(MACHINE_REAL)-linux- \
INSTALLROOT=/$(INSTALLER_DIR)/$(PKG_NAME) install  
 	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)
+	touch $(TARGET)


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

------------------------------------------------------------------------------
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic