svn commit: branches/busybox_1_9_stable/scripts
aldot at busybox.net
aldot at busybox.net
Fri Apr 11 03:29:46 PDT 2008
Author: aldot
Date: 2008-04-11 03:29:46 -0700 (Fri, 11 Apr 2008)
New Revision: 21704
Log:
- forgot to add ipsvd
Modified:
branches/busybox_1_9_stable/scripts/Makefile.IMA
Changeset:
Modified: branches/busybox_1_9_stable/scripts/Makefile.IMA
===================================================================
--- branches/busybox_1_9_stable/scripts/Makefile.IMA 2008-04-11 10:22:45 UTC (rev 21703)
+++ branches/busybox_1_9_stable/scripts/Makefile.IMA 2008-04-11 10:29:46 UTC (rev 21704)
@@ -126,6 +126,9 @@
include libpwdgrp/Kbuild
lib-all-y += $(patsubst %,libpwdgrp/%,$(sort $(lib-y)))
lib-y:=
+include ipsvd/Kbuild
+lib-all-y += $(patsubst %,ipsvd/%,$(sort $(lib-y)))
+lib-y:=
include editors/Kbuild
lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y)))
lib-y:=
More information about the busybox-cvs
mailing list