SPECS: busybox.spec - added full_initrd bcond

baggins baggins at pld-linux.org
Wed Mar 4 14:34:53 CET 2009


Author: baggins                      Date: Wed Mar  4 13:34:53 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added full_initrd bcond

---- Files affected:
SPECS:
   busybox.spec (1.156 -> 1.157) 

---- Diffs:

================================================================
Index: SPECS/busybox.spec
diff -u SPECS/busybox.spec:1.156 SPECS/busybox.spec:1.157
--- SPECS/busybox.spec:1.156	Tue Feb 24 23:34:02 2009
+++ SPECS/busybox.spec	Wed Mar  4 14:34:47 2009
@@ -23,6 +23,7 @@
 #
 %bcond_without	static		# don't build static version
 %bcond_without	initrd		# don't build initrd version
+%bcond_with	full_initrd	# build full featured initrd version
 %bcond_with	dietlibc	# build dietlibc-based initrd version
 %bcond_with	glibc		# build glibc-based initrd version
 %bcond_with	verbose
@@ -166,7 +167,11 @@
 %build
 install -d built
 %if %{with initrd}
+%if %{with full_initrd}
+install %{SOURCE1} .config
+%else
 install %{SOURCE2} .config
+%endif
 %{__make} oldconfig
 %{__make} \
 	%{?with_verbose:V=1} \
@@ -275,6 +280,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2009/03/04 13:34:47  baggins
+- added full_initrd bcond
+
 Revision 1.156  2009/02/24 22:34:02  baggins
 - rel 3
 - removed broken ash_exec patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/busybox.spec?r1=1.156&r2=1.157&f=u



More information about the pld-cvs-commit mailing list