From 73f7be82904f487d167493e76b415fbe5b5f8c5a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 01:24:28 +0000 Subject: Remove the old 'make' directory, and populate the new 'package' directory. --- package/customize/customize.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/customize/customize.mk (limited to 'package/customize') diff --git a/package/customize/customize.mk b/package/customize/customize.mk new file mode 100644 index 000000000..2cfed1834 --- /dev/null +++ b/package/customize/customize.mk @@ -0,0 +1,10 @@ +############################################################# +# +# Any custom stuff you feel like doing.... +# +############################################################# +CUST_DIR:=$(SOURCE_DIR)/customize +ROOT_DIR:=$(BUILD_DIR)/root + +customize: + cp -af $(CUST_DIR)/* $(ROOT_DIR)/ -- cgit v1.2.3-55-g7522