]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
introduce post-customize
authorMarkham <markham001@gmx.de>
Thu, 3 Dec 2015 15:37:12 +0000 (16:37 +0100)
committerMarkham <markham001@gmx.de>
Thu, 3 Dec 2015 15:37:12 +0000 (16:37 +0100)
post-customize.sh will be execute with wittinobi-init

Makefile
customize/.gitignore [new file with mode: 0644]
customize/post-customize.sh [new file with mode: 0755]

index f0d9664f40509fd0b307677708d41af7af970559..f23f43d1d46344c9db4b804aecb99e722045c9a5 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ all:
 
 # wittinobi
 wittinobi-init:
-       $(MAKE) prerequisites bootstrap
+       $(MAKE) prerequisites bootstrap post-customize
        @echo ""
        @echo ' ============================================================================== '
        @echo -e "    \033[32mmake wittinobi-init done\033[0m"
@@ -162,6 +162,10 @@ includes-and-libs:
 modules:
        $(MAKE) $(TARGETPREFIX)/lib/modules
 
+# post customize
+post-customize: $(BASE_DIR)/customize/post-customize.sh
+       $(BASE_DIR)/customize/post-customize.sh
+
 # neutrino.mk
 neutrino:
        $(MAKE) $(D)/neutrino-hd
diff --git a/customize/.gitignore b/customize/.gitignore
new file mode 100644 (file)
index 0000000..c97f963
--- /dev/null
@@ -0,0 +1 @@
+*.sh
diff --git a/customize/post-customize.sh b/customize/post-customize.sh
new file mode 100755 (executable)
index 0000000..13f4793
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+