mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
scripts.mk: Fix LOCAL_EXE_SH variable name
This commit is contained in:
parent
df71ceec59
commit
c48cf357d2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,12 +6,12 @@
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
|
|
||||||
all.done: $(SCRIPTS) $(LOCAL_EXE_SH) $(BUILD_EXE_SH)
|
all.done: $(SCRIPTS) $(BUILD_EXE_SH)
|
||||||
clean:allclean localclean doneclean textclean
|
clean:allclean localclean doneclean textclean
|
||||||
install:$(INSTALLED_EXE_SH)
|
install:$(INSTALLED_EXE_SH)
|
||||||
|
|
||||||
|
|
||||||
HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(LOCAL_EXE_SH)))
|
HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(EXE_SH)))
|
||||||
$(HOME)/bin/%: %
|
$(HOME)/bin/%: %
|
||||||
echo -e "#!/bin/sh\n. $(shell pwd)/$< $$"'@' > $@.tmp
|
echo -e "#!/bin/sh\n. $(shell pwd)/$< $$"'@' > $@.tmp
|
||||||
chmod 755 $@.tmp
|
chmod 755 $@.tmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue