oops, re xfs/solaris/Makefile.in

John Hawkinson jhawk at MIT.EDU
Mon Mar 2 23:13:25 CET 1998


| Don't worry, I ran your patches thru a error-correcting (and
| introducing) filter. :-)
|  
| Fixed in xfs/{sunos,solaris}/{,bin/}Makefile.in.

Yay.

Also, INSTALL_DATA gets set to ${INSTALL} -m 644, so it's
wrong to also add -m 444 above that (and some installs die).

--jhawk

Index: xfs/solaris/Makefile.in
===================================================================
RCS file: /afs/sipb/project/arla/repository/arla/xfs/solaris/Makefile.in,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile.in
*** Makefile.in	1998/03/02 17:42:48	1.1.1.1
--- Makefile.in	1998/03/02 22:11:02
***************
*** 51,57 ****
  
  install: all install-subdirs
  	$(MKINSTALLDIRS) $(libexecdir)
! 	$(INSTALL_DATA) $(MOD) -m 444 $(libexecdir)
  
  install-subdirs:
  	for i in $(SUBDIRS); do \
--- 52,58 ----
  
  install: all install-subdirs
  	$(MKINSTALLDIRS) $(libexecdir)
! 	$(INSTALL_DATA) $(MOD) $(libexecdir)
  
  install-subdirs:
  	for i in $(SUBDIRS); do \
Index: xfs/sunos/Makefile.in
===================================================================
RCS file: /afs/sipb/project/arla/repository/arla/xfs/sunos/Makefile.in,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile.in
*** Makefile.in	1998/03/02 17:42:51	1.1.1.1
--- Makefile.in	1998/03/02 22:11:34
***************
*** 53,59 ****
  
  install: all install-subdirs
  	$(MKINSTALLDIRS) $(libexecdir)
! 	$(INSTALL_DATA) $(MOD) -m 444 $(libexecdir)
  
  $(MOD): $(OBJ)
  	ld -r $(OBJ) -o $@
--- 53,59 ----
  
  install: all install-subdirs
  	$(MKINSTALLDIRS) $(libexecdir)
! 	$(INSTALL_DATA) $(MOD) $(libexecdir)
  
  $(MOD): $(OBJ)
  	ld -r $(OBJ) -o $@





More information about the Arla-drinkers mailing list