mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	- unify configs of host/target - disable stuff to decrease build time - disable interactive gettextize: see http://lists.busybox.net/pipermail/buildroot/2014-April/093394.html Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
		
			
				
	
	
		
			23 lines
		
	
	
		
			869 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			869 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/gettext-runtime/Makefile.am
 | |
| +++ b/gettext-runtime/Makefile.am
 | |
| @@ -29,7 +29,7 @@ SUBDIR_libasprintf = libasprintf
 | |
|  else
 | |
|  SUBDIR_libasprintf =
 | |
|  endif
 | |
| -SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po man m4 tests
 | |
| +SUBDIRS = intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po m4
 | |
|  
 | |
|  EXTRA_DIST = BUGS
 | |
|  
 | |
| --- a/gettext-tools/Makefile.am
 | |
| +++ b/gettext-tools/Makefile.am
 | |
| @@ -19,7 +19,7 @@
 | |
|  AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
 | |
|  ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
 | |
|  
 | |
| -SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples its
 | |
| +SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles misc m4 its
 | |
|  
 | |
|  EXTRA_DIST = misc/DISCLAIM
 | |
|  MOSTLYCLEANFILES = core *.stackdump
 |