]> git.pld-linux.org Git - packages/procps.git/blob - procps-install.patch
- added free(1), uptime(1) pl man pages.
[packages/procps.git] / procps-install.patch
1 --- procps-981104/Makefile      Thu Oct 29 00:02:41 1998
2 +++ procps-981104.pld/Makefile  Wed Dec 30 13:02:30 1998
3 @@ -67,7 +67,7 @@
4  # INSTALL PROGRAMS + DOCS
5  install: $(patsubst %,install_%,$(BUILD) $(MAN1) $(MAN8))
6  ifeq ($(SHARED),1)
7 -       install --owner 0 --group 0 --mode a=rx $(LIB_TGT) $(SHLIBDIR)
8 +       install --mode a=rx $(LIB_TGT) $(SHLIBDIR)
9  endif
10  
11  # INSTALL LIBRARIES + HEADERS (OPTIONAL)
12 --- procps-981104/ps/Makefile   Tue Jul 14 10:23:18 1998
13 +++ procps-981104.pld/ps/Makefile       Wed Dec 30 12:47:05 1998
14 @@ -7,19 +7,21 @@
15  #     -D_GNU_SOURCE -Wl,-warn-common -o ps ps.o proc/libproc.so.1.2
16  
17  #  Note that -O2 is needed for best warning support!
18 -FLAG=-O2 -s -W -Wall -Wstrict-prototypes -Wshadow -Wcast-align
19 +OPT= -O2
20 +FLAG= $(OPT) -s -W -Wall -Wstrict-prototypes -Wshadow -Wcast-align
21  #FLAG=-O0 -g3 -DDEBUG
22  CC=gcc $(FLAG) -D_GNU_SOURCE
23  #CC=gcc -pg -O2 -g3 -D_GNU_SOURCE
24  
25  # These things are needed to make some stuff work... ?
26 +DESTDIR    =
27  SHARED     =  1# build/install both a static and ELF shared library
28  LDFLAGS    =  -Wl,-warn-common #-s      recommended for ELF systems
29  BFD_CAPABLE = -DBFD_CAPABLE
30  AOUT_CAPABLE = #-DAOUT_CAPABLE 
31  ELF_CAPABLE = #-DELF_CAPABLE
32  LIBBFD = -lbfd -liberty
33 -MAN1DIR = /usr/man/man1
34 +MAN1DIR = $(DESTDIR)/usr/man/man1
35  
36  all: ps
37  
38 --- procps-2.0/ps/Makefile.old  Sat Mar 13 09:25:29 1999
39 +++ procps-2.0/ps/Makefile      Sat Mar 13 09:32:49 1999
40 @@ -52,8 +52,8 @@
41  
42  
43  install: ps
44 -       -install --owner 0 --group 0 --mode a=rx --strip ps ${DESTDIR}/bin/ps
45 -       -install --owner 0 --group 0 --mode a=r ps.1 ${DESTDIR}$(MAN1DIR)/ps.1
46 +       -install --mode a=rx --strip ps ${DESTDIR}/bin/ps
47 +       -install --mode a=r ps.1 ${DESTDIR}$(MAN1DIR)/ps.1
48         rm -f ${DESTDIR}/var/catman/cat1/ps.1.gz ${DESTDIR}/var/man/cat1/ps.1.gz
49  
50  clean:
This page took 0.064343 seconds and 3 git commands to generate.