aboutsummaryrefslogtreecommitdiffstats
path: root/make/customize.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-09 01:24:28 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-09 01:24:28 +0000
commit73f7be82904f487d167493e76b415fbe5b5f8c5a (patch)
tree8d9acaf4414892fad533fd92ebfc7e65a2ad2785 /make/customize.mk
parent0b5ad783691ef6fa1285c8d7858a51c425a8b38d (diff)
downloadbuildroot-novena-73f7be82904f487d167493e76b415fbe5b5f8c5a.tar.gz
buildroot-novena-73f7be82904f487d167493e76b415fbe5b5f8c5a.zip
Remove the old 'make' directory, and populate the new 'package'
directory.
Diffstat (limited to 'make/customize.mk')
-rw-r--r--make/customize.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/make/customize.mk b/make/customize.mk
deleted file mode 100644
index 2cfed1834..000000000
--- a/make/customize.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-#############################################################
-#
-# Any custom stuff you feel like doing....
-#
-#############################################################
-CUST_DIR:=$(SOURCE_DIR)/customize
-ROOT_DIR:=$(BUILD_DIR)/root
-
-customize:
- cp -af $(CUST_DIR)/* $(ROOT_DIR)/