Differences From Artifact [a0bd5a4a35]:
- File mttroot/mtt/Makefile — part of check-in [250ff46156] at 2005-02-17 18:36:38 on branch origin/master — Removed a bash-ism: replaced [[ conditional ]] with [ conditional ] (user: geraint@users.sourceforge.net, size: 4313) [annotate] [blame] [check-ins using] [more...]
To Artifact [92a793815c]:
- File mtt/Makefile — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 4345) [annotate] [blame] [check-ins using] [more...]
- File
mttroot/mtt/Makefile
— part of check-in
[495de0ca7a]
at
2008-07-22 17:38:32
on branch origin/master
— Replace positional parameter 1 with hard-coded path when converting
mttrc to mtt.confStrict Bourne shells cannot cope with positional parameters when sourcing. (user: geraint@users.sourceforge.net, size: 4345) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
61 62 63 64 65 66 67 | distclean: clean clean-cc clean-conf clean-doc clean-xfig @-rm -f build-stamp configure-stamp config.log mtt.sh xmtt.sh install: build clean.sh clean-conf.sh @install -d $(INSTDIR) $(CONFDIR) $(PROGDIR) @cp -a bin cc doc lib $(INSTDIR) | | > | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | distclean: clean clean-cc clean-conf clean-doc clean-xfig @-rm -f build-stamp configure-stamp config.log mtt.sh xmtt.sh install: build clean.sh clean-conf.sh @install -d $(INSTDIR) $(CONFDIR) $(PROGDIR) @cp -a bin cc doc lib $(INSTDIR) @cat bin/mttrc | grep -v 'MTT_LIB/xfig' |\ sed 's|$$1|/usr/share/mtt|' > $(CONFDIR)/mtt.conf @install mtt.sh $(PROGDIR)/mtt @install xmtt.sh $(PROGDIR)/xmtt install-cc: build-cc clean-cc.sh @install -d $(INSTDIR)/bin/trans @install cc/parse_m2cc.exe $(INSTDIR)/bin/trans |
︙ | ︙ |