mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +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
|
|
@ -2,4 +2,3 @@ TOPDIR = ..
|
|||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/dirs.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ checksum: checkroot # TODO integrate tripwire
|
|||
|
||||
install: checkroot $(LOCAL_INSTALL) install_inf install_link $(LOCAL_POST_INSTALL) checksum
|
||||
$(recurse_subdirs)
|
||||
|
||||
|
||||
setup: checkroot $(LOCAL_SETUP) setup_inf setup_link $(LOCAL_POST_SETUP) checksum
|
||||
$(recurse_subdirs)
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ dist: clean
|
|||
grep -ve "CVS\|trash\|$(MOD)/setup" | \
|
||||
xargs tar -cvzf $(MOD).tar.gz ;\
|
||||
mv $(MOD).tar.gz $(MOD)
|
||||
|
||||
|
||||
checkroot:
|
||||
# @if [ `whoami` != root ] ; then echo "Only root can do this." >&2; exit 1; fi
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
# (c) 2000 jannet
|
||||
# contact@jannet.de
|
||||
MAKE_SH := jcs smake
|
||||
|
||||
|
||||
SUBDIRS = cur
|
||||
|
||||
|
||||
setup:
|
||||
$(MAKE_SH) setup $(SUBDIRS)
|
||||
|
||||
|
||||
install:
|
||||
$(MAKE_SH) install $(SUBDIRS)
|
||||
|
||||
|
||||
clean:
|
||||
$(MAKE_SH) clean $(SUBDIRS)
|
||||
$(MAKE_SH) clean $(SUBDIRS)
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@ TOPDIR = ../..
|
|||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/profile.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue