diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 01:40:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 01:40:50 +0000 |
commit | 42136877538fe79297345f554d033a41dc081daa (patch) | |
tree | bd139b8bcd149e9c3265bcd548d1790adc85ba31 /target/linux/package/openwrt/Makefile | |
parent | d0f611787c94090697587c02e1b5c2f3d45b0b0a (diff) |
add some more verbosity stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/openwrt/Makefile')
-rw-r--r-- | target/linux/package/openwrt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/Makefile b/target/linux/package/openwrt/Makefile index d1f867351..ef2c1cea0 100644 --- a/target/linux/package/openwrt/Makefile +++ b/target/linux/package/openwrt/Makefile @@ -42,8 +42,11 @@ $(IPKG_OPENWRT): $(IDIR_OPENWRT) $(RSTRIP) $(IDIR_OPENWRT) $(IPKG_BUILD) $(IDIR_OPENWRT) $(PACKAGE_DIR) -install: compile +install: compile openwrt-install + +openwrt-install: $(IPKG) install $(IPKG_OPENWRT) + compile: install-dev $(IPKG_OPENWRT) install-dev: mkdir -p $(STAGING_DIR)/usr/include |