octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for install-strip in 2.9.0


From: Andy Adler
Subject: Patch for install-strip in 2.9.0
Date: Thu, 17 Mar 2005 12:30:47 -0500 (EST)

"make install-strip" gives errors and doesn't install all
the correct libraries. The following patch fixes it.

--
Andy Adler

$ cvs diff -c libcruft/Makerules.in

===================================================================
RCS file: /cvs/octave/libcruft/Makerules.in,v
retrieving revision 1.30
diff -c -r1.30 Makerules.in
*** a/libcruft/Makerules.in     2 Jul 2003 22:45:29 -0000       1.30
--- b/libcruft/Makerules.in     17 Mar 2005 17:22:51 -0000
***************
*** 64,69 ****
--- 64,72 ----
  install:: all
  .PHONY: install

+ install-strip:: all
+ .PHONY: install-strip
+
  uninstall::
  .PHONY: uninstall





reply via email to

[Prev in Thread] Current Thread [Next in Thread]