svn commit: trunk/busybox

vapier at busybox.net vapier at busybox.net
Wed May 2 15:07:03 PDT 2007


Author: vapier
Date: 2007-05-02 15:07:03 -0700 (Wed, 02 May 2007)
New Revision: 18545

Log:
allow people to stick custom things into Makefile.local so they dont need to update busybox files while integrating into other build systems (like uClinux-dist)

Modified:
   trunk/busybox/Makefile.custom


Changeset:
Modified: trunk/busybox/Makefile.custom
===================================================================
--- trunk/busybox/Makefile.custom	2007-05-02 22:04:38 UTC (rev 18544)
+++ trunk/busybox/Makefile.custom	2007-05-02 22:07:03 UTC (rev 18545)
@@ -143,3 +143,5 @@
 .PHONY: html
 html: $(syn)
 	synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^
+
+-include $(srctree)/Makefile.local



More information about the busybox-cvs mailing list