pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
93
1998/05/
27
22
:
55
:18 hubbe Exp $
+
# $Id: Makefile.in,v 1.
94
1998/05/
28
04
:
24
:18 hubbe Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:344:
lib: $(LIBDIR_SRC)/master.pike.in Makefile @for d in lib lib/modules lib/include; do \ if [ -d $$d/. ]; then : ; else \ echo "Creating $$d/."; \ (mkdir $$d && chmod u+rwx $$d) || exit 1; \ fi ; \ done @if [ -d share/. ]; then : ; else \ echo "Creating symlink ./share"; \
-
if [ "x`ls share 2>&
1`
" = "x" ]; then \
+
if [ "x`ls share 2>&
1 || :`
" = "x" ]; then \
echo "Renaming share to share.old"; \ mv share share.old || exit 1; \ else : ; fi; \ ln -s "$(LIBDIR_SRC)" ./share || exit 1; \ fi @echo "Creating lib/master.pike"; \ ( sed -e 's!¤lib_prefix¤!$(lib_prefix)!' \ -e 's!¤share_prefix¤!$(share_prefix)!' \ <$(LIBDIR_SRC)/master.pike.in \ >./lib/master.pike && chmod 644 ./lib/master.pike) || exit 1