projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add knock package (thanks to Florian Fainelli)
[openwrt.git]
/
openwrt
/
package
/
opencdk
/
Makefile
diff --git
a/openwrt/package/opencdk/Makefile
b/openwrt/package/opencdk/Makefile
index
baca64c
..
c313c49
100644
(file)
--- a/
openwrt/package/opencdk/Makefile
+++ b/
openwrt/package/opencdk/Makefile
@@
-90,12
+90,10
@@
uninstall-dev:
rm -rf \
$(STAGING_DIR)/usr/bin/opencdk-config \
$(STAGING_DIR)/usr/include/opencdk.h \
rm -rf \
$(STAGING_DIR)/usr/bin/opencdk-config \
$(STAGING_DIR)/usr/include/opencdk.h \
- $(STAGING_DIR)/usr/lib/opencdk.{a,so*} \
-
-compile: install-dev
-
-clean: uninstall-dev
+ $(STAGING_DIR)/usr/lib/libopencdk.{a,so*} \
+compile-targets: install-dev
+clean-targets: uninstall-dev
mostlyclean:
make -C $(PKG_BUILD_DIR) clean
rm -f $(PKG_BUILD_DIR)/.built
mostlyclean:
make -C $(PKG_BUILD_DIR) clean
rm -f $(PKG_BUILD_DIR)/.built
This page took
0.031184 seconds
and
4
git commands to generate.