Bump applewmproto to 1.4.1
[buildroot-mgba.git] / Makefile
index 177701ef43239d443d641b1da1aab033894dd509..fed6e124b98984922791f200220ac427b2879558 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile for buildroot2
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
-# Copyright (C) 2006-2009 by the Buildroot developers <buildroot@uclibc.org>
+# Copyright (C) 2006-2010 by the Buildroot developers <buildroot@uclibc.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -371,6 +371,7 @@ ifneq ($(BR2_TOOLCHAIN_EXTERNAL),y)
 endif
 endif
        @mkdir -p $(STAGING_DIR)/usr/include
+       @mkdir -p $(STAGING_DIR)/usr/bin
 
 $(BUILD_DIR)/.root:
        mkdir -p $(TARGET_DIR)
@@ -634,11 +635,9 @@ help:
        @echo 'See docs/README and docs/buildroot.html for further details'
        @echo
 
-release: distclean
+release:
        OUT=buildroot-$$(grep -A2 BR2_VERSION $(CONFIG_CONFIG_IN)|grep default|cut -f2 -d\"); \
-       rm -rf ../$$OUT*; cp -al . ../$$OUT; cd ..; \
-       tar cfz $$OUT.tar.gz --exclude .svn --exclude .git --exclude \*~ $$OUT; \
-       rm -rf $$OUT
+       git archive --format=tar --prefix=$$OUT/ master|gzip -9 >$$OUT.tar.gz
 
 .PHONY: $(noconfig_targets)
 
This page took 0.03264 seconds and 4 git commands to generate.