svn commit: branches/busybox_1_1_stable/util-linux

aldot at busybox.net aldot at busybox.net
Thu Mar 30 12:56:27 UTC 2006


Author: aldot
Date: 2006-03-30 04:56:26 -0800 (Thu, 30 Mar 2006)
New Revision: 14703

Log:
- pull r14643 from trunk:
  make sure that we see freeramdisk only once


Modified:
   branches/busybox_1_1_stable/util-linux/Makefile.in


Changeset:
Modified: branches/busybox_1_1_stable/util-linux/Makefile.in
===================================================================
--- branches/busybox_1_1_stable/util-linux/Makefile.in	2006-03-30 12:55:12 UTC (rev 14702)
+++ branches/busybox_1_1_stable/util-linux/Makefile.in	2006-03-30 12:56:26 UTC (rev 14703)
@@ -38,6 +38,8 @@
 UTILLINUX-$(CONFIG_SWITCH_ROOT)   +=switch_root.o
 UTILLINUX-$(CONFIG_UMOUNT)        +=umount.o
 
+UTILLINUX-y:=$(sort $(UTILLINUX-y))
+
 ifneq ($(strip $(UTILLINUX-y)),)
 libraries-y+=$(UTILLINUX_DIR)$(UTILLINUX_AR)
 endif




More information about the busybox-cvs mailing list