svn commit: branches/busybox_1_1_stable: applets archival archival/libunarchive c etc...
vapier at busybox.net
vapier at busybox.net
Sat May 13 02:34:30 UTC 2006
Author: vapier
Date: 2006-05-12 19:34:25 -0700 (Fri, 12 May 2006)
New Revision: 15081
Log:
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
Modified:
branches/busybox_1_1_stable/applets/Makefile
branches/busybox_1_1_stable/archival/Makefile
branches/busybox_1_1_stable/archival/libunarchive/Makefile
branches/busybox_1_1_stable/console-tools/Makefile
branches/busybox_1_1_stable/coreutils/Makefile
branches/busybox_1_1_stable/coreutils/libcoreutils/Makefile
branches/busybox_1_1_stable/debianutils/Makefile
branches/busybox_1_1_stable/e2fsprogs/Makefile
branches/busybox_1_1_stable/editors/Makefile
branches/busybox_1_1_stable/findutils/Makefile
branches/busybox_1_1_stable/init/Makefile
branches/busybox_1_1_stable/libbb/Makefile
branches/busybox_1_1_stable/libpwdgrp/Makefile
branches/busybox_1_1_stable/loginutils/Makefile
branches/busybox_1_1_stable/miscutils/Makefile
branches/busybox_1_1_stable/modutils/Makefile
branches/busybox_1_1_stable/networking/Makefile
branches/busybox_1_1_stable/networking/libiproute/Makefile
branches/busybox_1_1_stable/networking/udhcp/Makefile
branches/busybox_1_1_stable/procps/Makefile
branches/busybox_1_1_stable/shell/Makefile
branches/busybox_1_1_stable/sysklogd/Makefile
branches/busybox_1_1_stable/util-linux/Makefile
Changeset:
Modified: branches/busybox_1_1_stable/applets/Makefile
===================================================================
--- branches/busybox_1_1_stable/applets/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/applets/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/applets
APPLETS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/archival/Makefile
===================================================================
--- branches/busybox_1_1_stable/archival/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/archival/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
ARCHIVAL_DIR:=./
srcdir=$(top_srcdir)/archival
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/archival/libunarchive/Makefile
===================================================================
--- branches/busybox_1_1_stable/archival/libunarchive/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/archival/libunarchive/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -25,7 +25,7 @@
endif
srcdir=$(top_srcdir)/archival/libunarchive
LIBUNARCHIVE_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/console-tools/Makefile
===================================================================
--- branches/busybox_1_1_stable/console-tools/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/console-tools/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/console/tools
CONSOLETOOLS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/coreutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/coreutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/coreutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/coreutils
SHELLUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/coreutils/libcoreutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/coreutils/libcoreutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/coreutils/libcoreutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -25,7 +25,7 @@
endif
srcdir=$(top_srcdir)/coreutils/libcoreutils
LIBCOREUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
Modified: branches/busybox_1_1_stable/debianutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/debianutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/debianutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/debianutils
DEBIANUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/e2fsprogs/Makefile
===================================================================
--- branches/busybox_1_1_stable/e2fsprogs/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/e2fsprogs/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -13,7 +13,7 @@
srcdir=$(top_srcdir)/e2fsprogs
E2FSPROGS_DIR:=./
include $(top_builddir)/.config
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include Makefile.in
all: $(libraries-y)
-include $(top_builddir)/.depend
Modified: branches/busybox_1_1_stable/editors/Makefile
===================================================================
--- branches/busybox_1_1_stable/editors/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/editors/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/editors
EDITOR_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/findutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/findutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/findutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/findutils
FINDUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/init/Makefile
===================================================================
--- branches/busybox_1_1_stable/init/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/init/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/init
INIT_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include $(srcdir)/Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/libbb/Makefile
===================================================================
--- branches/busybox_1_1_stable/libbb/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/libbb/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/libbb
LIBBB_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/libpwdgrp/Makefile
===================================================================
--- branches/busybox_1_1_stable/libpwdgrp/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/libpwdgrp/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/libpwgrp
LIBPWDGRP_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/loginutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/loginutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/loginutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/loginutils
LOGINUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/miscutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/miscutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/miscutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/miscutils
MISCUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/modutils/Makefile
===================================================================
--- branches/busybox_1_1_stable/modutils/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/modutils/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/modutils
MODUTILS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/networking/Makefile
===================================================================
--- branches/busybox_1_1_stable/networking/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/networking/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/networking
NETWORKING_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/networking/libiproute/Makefile
===================================================================
--- branches/busybox_1_1_stable/networking/libiproute/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/networking/libiproute/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -25,7 +25,7 @@
endif
srcdir=$(top_srcdir)/networking/libiproute
LIBIPROUTE_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/networking/udhcp/Makefile
===================================================================
--- branches/busybox_1_1_stable/networking/udhcp/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/networking/udhcp/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -25,7 +25,7 @@
endif
srcdir=$(top_srcdir)/networking/udhcp
UDHCP_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/procps/Makefile
===================================================================
--- branches/busybox_1_1_stable/procps/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/procps/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/procps
PROCPS_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/shell/Makefile
===================================================================
--- branches/busybox_1_1_stable/shell/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/shell/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/shell
SHELL_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/sysklogd/Makefile
===================================================================
--- branches/busybox_1_1_stable/sysklogd/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/sysklogd/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/sysklogd
SYSKLOGD_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
Modified: branches/busybox_1_1_stable/util-linux/Makefile
===================================================================
--- branches/busybox_1_1_stable/util-linux/Makefile 2006-05-13 02:33:41 UTC (rev 15080)
+++ branches/busybox_1_1_stable/util-linux/Makefile 2006-05-13 02:34:25 UTC (rev 15081)
@@ -12,7 +12,7 @@
endif
srcdir=$(top_srcdir)/util-linux
UTILLINUX_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
More information about the busybox-cvs
mailing list