OSDN Git Service

Merge 1.16.2 remote branch 'remotes/busybox/1_16_stable'
[android-x86/external-busybox.git] / Makefile
index 5fad19f..734bc58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 1
 PATCHLEVEL = 16
 SUBLEVEL = 2
-EXTRAVERSION =
+EXTRAVERSION = android
 NAME = Unnamed
 
 # *DOCUMENTATION*
@@ -1321,6 +1321,11 @@ endif    # skip-makefile
 PHONY += FORCE
 FORCE:
 
+show-sources:
+       @for f in $(busybox-dirs) ; do \
+               $(MAKE) $(build)=$$f show-src ; \
+       done
+
 -include $(srctree)/Makefile.custom
 
 # Declare the contents of the .PHONY variable as phony.  We keep that