pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-20
1998-02-20 00:34:01 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
fbdc404a7acd5f63712ffef11b1ea49cfcec162c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
no change
Rev: src/Makefile.in:1.60
193:
mv $(exec_prefix)/hilfe $(exec_prefix)/hilfe.old; \ else : ; fi && \ ( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \
-
>./hilfe && chmod 755 ./hilfe && $(INSTALL) ./hilfe $(exec_prefix)) || exit
1 ; \
+
>./hilfe && chmod 755 ./hilfe && $(INSTALL) ./hilfe $(exec_prefix)
) || exit
1\
else \ $(INSTALL) $(TMP_BINDIR)/hilfe $(exec_prefix) || exit 1; \ fi; \
283:
lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include cp -r $(LIBDIR_SRC) .
-
-cvs_dirs="`find lib -type d -name CVS`"; if test "
x$cvs
_dirs" = "x" ; then : ; else rm -r
$cvs
_dirs; fi
+
-cvs_dirs="`find lib -type d -name CVS`"; if test "
x$$cvs
_dirs" = "x" ; then : ; else rm -r
$$cvs
_dirs; fi
-files="`find lib -type f -name '*~'` `find lib -type f -name '.#*'` `find lib -type f -name '#*#'`"; if test "x$files" = "x" ; then : ; else rm $files; fi -touch ./lib 2>/dev/null || (touch lib/.broken_gnu_touch && rm lib/.broken_gnu_touch)