Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 142470 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 2-21 Link Here
2
2
3
# rely on default rules of GNU make
3
# rely on default rules of GNU make
4
4
5
prefix=/usr/local
5
prefix=/usr
6
source=$(HOME)/cdrom
6
source=$(HOME)/cdrom
7
revision=1.4
7
revision=1.4
8
8
9
CC=gcc
9
CC=gcc
10
CFLAGS=-g -Wall
10
CFLAGS=-g -Wall	-O2
11
INSTALL=install
11
INSTALL=install
12
12
13
default: setcd cdrom-standard.ps
13
default: setcd 
14
14
15
install: setcd cdrom-standard.ps
15
install: setcd 
16
	$(INSTALL) -s -m 0755 setcd $(prefix)/bin/setcd
16
	$(INSTALL) -s -m 0755 setcd $(prefix)/bin/setcd
17
	$(INSTALL) -m 0644 setcd.1 $(prefix)/man/man1
17
	$(INSTALL) -m 0644 setcd.1 $(prefix)/man/man1
18
	$(INSTALL) -m 0644 cdrom-standard.ps $(prefix)/doc/setcd
19
18
20
cdrom-standard.ps: /usr/src/linux/Documentation/cdrom/cdrom-standard.tex
19
cdrom-standard.ps: /usr/src/linux/Documentation/cdrom/cdrom-standard.tex
21
	ln -sf /usr/src/linux/Documentation/cdrom/cdrom-standard.tex .
20
	ln -sf /usr/src/linux/Documentation/cdrom/cdrom-standard.tex .

Return to bug 142470