OSSP CVS Repository

ossp - Check-in [368]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 368
Date: 2001-Jan-29 20:54:40 (local)
2001-Jan-29 19:54:40 (UTC)
User:rse
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
ossp-pkg/mm/ChangeLog      1.18 -> 1.19     5 inserted, 1 deleted
ossp-pkg/mm/Makefile.in      1.25 -> 1.26     12 inserted, 10 deleted

ossp-pkg/mm/ChangeLog 1.18 -> 1.19

--- ChangeLog    2000/12/03 19:56:39     1.18
+++ ChangeLog    2001/01/29 19:54:40     1.19
@@ -14,7 +14,11 @@
     | |_| |
   __|_(_)_|__________________________________________________________
 
- Changes between 1.1.3 and 1.1.4 (01-Jul-2000 to xx-Dec-2000)
+ Changes between 1.1.3 and 1.1.4 (01-Jul-2000 to xx-Jan-2001)
+
+  *) Added $(DESTDIR) support to Makefile.in. This makes life easier 
+     for RPM package building.
+     [Ralf S. Engelschall]
 
   *) Fixed typo in mm.h: (still unused) definition of SIZEOF_mem_core_fd
      lacked a closing parenthesis.


ossp-pkg/mm/Makefile.in 1.25 -> 1.26

--- Makefile.in  2000/07/01 14:17:42     1.25
+++ Makefile.in  2001/01/29 19:54:40     1.26
@@ -44,6 +44,8 @@
 @SET_MAKE@
 
 TOP         = .
+
+DESTDIR     =
 prefix      = @prefix@
 exec_prefix = @exec_prefix@
 bindir      = @bindir@
@@ -157,16 +159,16 @@
         shtoolize -o shtool version echo mkdir install fixperm tarball
 
 install: all
-        $(SHTOOL) mkdir -f -p -m 755 $(bindir)
-        $(SHTOOL) mkdir -f -p -m 755 $(includedir)
-        $(SHTOOL) mkdir -f -p -m 755 $(libdir)
-        $(SHTOOL) mkdir -f -p -m 755 $(mandir)/man1
-        $(SHTOOL) mkdir -f -p -m 755 $(mandir)/man3
-        $(SHTOOL) install -c -m 755 mm-config $(bindir)/mm-config
-        $(SHTOOL) install -c -m 644 mm-config.1 $(mandir)/man1/mm-config.1
-        $(SHTOOL) install -c -m 644 mm.3 $(mandir)/man3/mm.3
-        $(SHTOOL) install -c -m 644 mm.h $(includedir)/mm.h
-        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libmm.la $(libdir)/libmm.la
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(includedir)
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir)
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man3
+        $(SHTOOL) install -c -m 755 mm-config $(DESTDIR)$(bindir)/mm-config
+        $(SHTOOL) install -c -m 644 mm-config.1 $(DESTDIR)$(mandir)/man1/mm-config.1
+        $(SHTOOL) install -c -m 644 mm.3 $(DESTDIR)$(mandir)/man3/mm.3
+        $(SHTOOL) install -c -m 644 mm.h $(DESTDIR)$(includedir)/mm.h
+        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libmm.la $(DESTDIR)$(libdir)/libmm.la
 
 clean:
         $(RM) mm_test mm_test.o mm_test.lo

CVSTrac 2.0.1