projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Remove -fPIC for non-powerpc platforms
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
a1f20b0
..
2a3354c
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 2006-200
7
OpenWrt.org
+#
+# Copyright (C) 2006-200
8
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-45,7
+45,9
@@
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
$(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/ipkg)
$(curdir)/index: FORCE
$(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/ipkg)
$(curdir)/index: FORCE
- @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages)
+ @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages && \
+ gzip -9c Packages > Packages.gz \
+ )
$(curdir)/flags-install:= -j1
$(curdir)/flags-install:= -j1
This page took
0.022412 seconds
and
4
git commands to generate.