mirror of https://github.com/hak5/openwrt.git
21 lines
700 B
Diff
21 lines
700 B
Diff
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
|