create a package index
SVN-Revision: 4337
This commit is contained in:
parent
af8a98116e
commit
b4e7510acf
2 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,7 @@ world: .config FORCE
|
|||
$(MAKE) package/compile
|
||||
$(MAKE) package/install
|
||||
$(MAKE) target/install
|
||||
$(MAKE) package/index
|
||||
|
||||
clean: FORCE
|
||||
rm -rf build_* bin
|
||||
|
|
|
@ -55,3 +55,6 @@ install:
|
|||
rm -rf $(BUILD_DIR)/root
|
||||
$(MAKE) install-targets
|
||||
|
||||
index: FORCE
|
||||
(cd $(PACKAGE_DIR); $(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages)
|
||||
|
||||
|
|
Loading…
Reference in a new issue