mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f424f2cb5f
commit
aa85417a17
96 changed files with 211 additions and 293 deletions
|
|
@ -145,7 +145,7 @@ clean.rpm:
|
|||
#$(LOCAL_MKSPEC_SH): $(PROJECT_DESCR_FILE)
|
||||
# sh $(MOD_SCRIPT_DIR)/create-mkspec.sh $< > $@.tmp
|
||||
# mv $@.tmp $@
|
||||
#
|
||||
#
|
||||
#clean.mkspec:
|
||||
# $(RM) -f $(LOCAL_MKSPEC_SH) $(LOCAL_MKSPEC_SH).tmp
|
||||
#
|
||||
|
|
@ -231,7 +231,7 @@ ifeq ($(wildcard $(TOPDIR)/.git),)
|
|||
|
||||
SCM_COMMIT = cvs commit
|
||||
SCM_ADD = cvs add
|
||||
SCM_PUSH =
|
||||
SCM_PUSH =
|
||||
SCM_PULL = cvs update -dP
|
||||
|
||||
define check_scm_sync
|
||||
|
|
@ -302,7 +302,7 @@ define check_reinstall_old
|
|||
(true $(addprefix && test -f ,$(DIST_PCKG_RPM)) && make pkg-uninstall && make pkg-install)
|
||||
endef
|
||||
|
||||
md5:
|
||||
md5:
|
||||
echo $(HASH) > HASH
|
||||
|
||||
pkg-next-build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue