Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created April 5, 2010 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushieno/356533 to your computer and use it in GitHub Desktop.
Save atsushieno/356533 to your computer and use it in GitHub Desktop.
project build/
diff --git a/core/main.mk b/core/main.mk
index 386c0c9..5f0ef8b 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -52,7 +52,7 @@ include $(BUILD_SYSTEM)/config.mk
# environment setup is done, but before we generate any dependencies. This
# file does the rm -rf inline so the deps which are all done below will
# be generated correctly
-include $(BUILD_SYSTEM)/cleanbuild.mk
+#include $(BUILD_SYSTEM)/cleanbuild.mk
VERSION_CHECK_SEQUENCE_NUMBER := 1
-include $(OUT_DIR)/versions_checked.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment