xfsprogs: disable po files building

SVN-Revision: 31361
This commit is contained in:
Florian Fainelli 2012-04-20 13:25:08 +00:00
parent da2cc2c79a
commit d509a445cb
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
diff -urN xfsprogs-3.1.7/Makefile xfsprogs-3.1.7.new/Makefile
--- xfsprogs-3.1.7/Makefile 2011-11-18 00:30:24.000000000 +0100
+++ xfsprogs-3.1.7.new/Makefile 2012-04-20 14:15:48.641722955 +0200
@@ -41,7 +41,7 @@
LIB_SUBDIRS = libxfs libxlog libxcmd libhandle libdisk
TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
- mdrestore repair rtcp m4 man doc po debian
+ mdrestore repair rtcp m4 man doc debian
SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
@@ -135,7 +135,6 @@
$(Q)$(MAKE) $(MAKEOPTS) -C . $@
else
$(Q)$(MAKE) $(MAKEOPTS) $(SRCDIR)
- $(Q)$(MAKE) $(MAKEOPTS) -C po
$(Q)$(MAKE) $(MAKEOPTS) source-link
$(Q)cd $(SRCDIR) && dpkg-buildpackage
endif