diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
commit | 0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch) | |
tree | b35c705d3b36af5129c9a15430528661add3b428 /misc/bottlerocket/files/patch-aa | |
parent | Stage net-mgmt/routers2-extras and cleanup (diff) |
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363282
Diffstat (limited to 'misc/bottlerocket/files/patch-aa')
-rw-r--r-- | misc/bottlerocket/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/bottlerocket/files/patch-aa b/misc/bottlerocket/files/patch-aa deleted file mode 100644 index 3f704398941d..000000000000 --- a/misc/bottlerocket/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 1999-07-18 03:03:14.000000000 +0800 -+++ Makefile.in 2014-06-08 23:21:27.239061744 +0800 -@@ -23,7 +23,7 @@ includedir = @includedir@ - - CFLAGS = @CFLAGS@ - --CFLAGS += -I. -Wall -O2 -DX10_PORTNAME=\"@X10PORT@\" -+CFLAGS += -I. -Wall -DX10_PORTNAME=\"@X10PORT@\" - DEFS=@DEFS@ - LIBS=@LIBS@ - INSTALL= @INSTALL@ -@@ -49,8 +49,8 @@ br_cmd.o: ${srcdir}/br_cmd.c ${srcdir}/b - ${CC} ${CFLAGS} ${DEFS} -c ${srcdir}/br_cmd.c - - install: br -- ${INSTALL} -d -m 755 ${bindir} -- ${INSTALL} -m 555 br ${bindir} -+ ${INSTALL} -d -m 755 $(DESTDIR)${bindir} -+ ${INSTALL} -m 555 br $(DESTDIR)${bindir} - - clean: - -rm -f *.o br |