]> git.pld-linux.org Git - packages/bridge-utils.git/blame - bridge-utils-opt.patch
- up to 1.1
[packages/bridge-utils.git] / bridge-utils-opt.patch
CommitLineData
1ce6be63
AM
1diff -urN bridge-utils.org/brctl/Makefile bridge-utils/brctl/Makefile
2--- bridge-utils.org/brctl/Makefile Sun May 6 17:36:23 2001
3+++ bridge-utils/brctl/Makefile Sun May 6 17:37:30 2001
1ea4b8bf
AM
4@@ -1,10 +1,10 @@
5 all: brctl brctld
6
7 brctl: brctl.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
8- gcc -Wall -g -o brctl brctl.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
25477f39 9+ gcc -Wall $(OPT) -g -o brctl brctl.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
1ea4b8bf
AM
10
11 brctld: brctld.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
12- gcc -Wall -g -o brctld brctld.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
25477f39 13+ gcc -Wall $(OPT) -g -o brctld brctld.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
1ea4b8bf
AM
14
15 clean:
1ce6be63
AM
16 rm -f *.o
17@@ -13,13 +13,13 @@
1ea4b8bf
AM
18 rm -f core
19
20 brctl.o: brctl.c brctl.h
21- gcc -I../libbridge -Wall -c -g -o brctl.o brctl.c
1ce6be63 22+ gcc -I../libbridge -Wall $(OPT) -c -g -o brctl.o brctl.c
1ea4b8bf
AM
23
24 brctld.o: brctld.c brctl.h
25- gcc -I../libbridge -Wall -c -g -o brctld.o brctld.c
1ce6be63 26+ gcc -I../libbridge -Wall $(OPT) -c -g -o brctld.o brctld.c
1ea4b8bf
AM
27
28 brctl_cmd.o: brctl_cmd.c brctl.h
29- gcc -I../libbridge -Wall -c -g -o brctl_cmd.o brctl_cmd.c
1ce6be63 30+ gcc -I../libbridge -Wall $(OPT) -c -g -o brctl_cmd.o brctl_cmd.c
1ea4b8bf
AM
31
32 brctl_disp.o: brctl_disp.c brctl.h
33- gcc -I../libbridge -Wall -c -g -o brctl_disp.o brctl_disp.c
1ce6be63
AM
34+ gcc -I../libbridge -Wall $(OPT) -c -g -o brctl_disp.o brctl_disp.c
35diff -urN bridge-utils.org/libbridge/Makefile bridge-utils/libbridge/Makefile
36--- bridge-utils.org/libbridge/Makefile Sun May 6 17:36:23 2001
37+++ bridge-utils/libbridge/Makefile Sun May 6 17:37:42 2001
38@@ -1,5 +1,5 @@
39 CC = gcc
40-CFLAGS = -Wall -g
41+CFLAGS = -Wall -g $(OPT)
1ea4b8bf
AM
42
43 all: libbridge.a
44
1ce6be63
AM
45diff -urN bridge-utils.org/misc/Makefile bridge-utils/misc/Makefile
46--- bridge-utils.org/misc/Makefile Sun May 6 17:36:23 2001
47+++ bridge-utils/misc/Makefile Sun May 6 17:37:53 2001
48@@ -1,5 +1,5 @@
49 CC=gcc
50-CFLAGS=-Wall -g
51+CFLAGS=-Wall -g $(OPT)
1ea4b8bf 52
1ce6be63 53 all: bidi tap
1ea4b8bf 54
This page took 0.083997 seconds and 4 git commands to generate.