mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make.mk: Remove disfunctinal install_PKG_CONFIG and build_PKG_CONFIG
build_PKG_CONFIG kills rpmbuild:
mkdir -p /opt/ytools/pkgconfig
mkdir: can't create directory /opt/ytools/pkgconfig: Permission denied
make[5]: *** [../dir_build_PKG_CONFIG.done] Error 1
make[5]: Leaving directory `/usr/src/packages/BUILD/wt-jannet-0.0.1-16/make'
Remove install_PKG_CONFIG and build_PKG_CONFIG to fix that.
This commit is contained in:
parent
3e4bfc8f3b
commit
dd01b3a470
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ ifneq ($(wildcard pckg-defs.mk),)
|
|||
INSTALLED_PKG_MK += $(INSTALL_PCKG_DEFS_DIR)/$(PROJECT).mk
|
||||
endif
|
||||
|
||||
all: build_PKG_CONFIG
|
||||
install: install_MAKE $(INSTALLED_PKG_MK) install_PKG_CONFIG
|
||||
all:
|
||||
install: install_MAKE $(INSTALLED_PKG_MK)
|
||||
clean: textclean localclean doneclean
|
||||
test:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue