mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
make: Replace cat by $(CAT)
This commit is contained in:
parent
9f4e02e618
commit
26baa6a3b4
14 changed files with 34 additions and 33 deletions
|
|
@ -35,7 +35,7 @@ $(SSI_PREFIX)%.html: $(TMPHTML) $(SSI_DOWNLOAD_TMPL)
|
|||
SIZE=`ls -l $(DIST_FILE) | awk '{print $$5}'`;\
|
||||
FILENAME=`basename $(DIST_FILE)` ;\
|
||||
URLDIR=`echo $(DOWNLOAD_URLDIR) | $(SED) -e 's/\\//\\\\\//g;'` ;\
|
||||
cat $(SSI_DOWNLOAD_TMPL) | $(SED) -e "\
|
||||
$(CAT) $(SSI_DOWNLOAD_TMPL) | $(SED) -e "\
|
||||
s/_VERSION_/$(LOCAL_DIST_VERSION)/g;\
|
||||
s/_PROJECT_/$(LOCAL_PROJECT)/g;\
|
||||
s/_TARGET_STEM_//g;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue