From 42c4c88ae948e46f9f73b5fb8f49a8dfc996b5bb Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 13:49:17 +0000 Subject: [PATCH] Add an empty crunch.inc with instructions that you can use it to adjust the building of the crunched binary. I'll add examples when I add the post-include mechanism, since the crunch.mk environment stomps on the pre-included crunch.inc's variables at the moment. --- release/picobsd/custom/crunch1/crunch.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 release/picobsd/custom/crunch1/crunch.inc diff --git a/release/picobsd/custom/crunch1/crunch.inc b/release/picobsd/custom/crunch1/crunch.inc new file mode 100644 index 00000000000..2a618545f57 --- /dev/null +++ b/release/picobsd/custom/crunch1/crunch.inc @@ -0,0 +1,2 @@ +# You can add make variables and targets for the crunch building process +# in this file.