FreeBSD Bugzilla – Attachment 16626 Details for
Bug 30417
[PATCH] arla port installs possibly conflicting libutil.a and header files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.16 KB, created by
sit
on 2001-09-07 15:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sit
Created:
2001-09-07 15:40:00 UTC
Size:
1.16 KB
patch
obsolete
>--- util/Makefile.in.orig Wed Oct 25 09:06:47 2000 >+++ util/Makefile.in Fri Aug 3 14:41:35 2001 >@@ -78,31 +78,8 @@ > libutil_LIB: $(libutil_OBJS) > > install: all >- $(MKINSTALLDIRS) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) >- $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)/$(LIB) >- for i in $(HEADERS); do \ >- $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/$$i; \ >- done ; \ >- MANPAGES='$(MANPAGES)'; for x in $$MANPAGES; do \ >- n=`echo $$x | sed 's/\(.*\)\.[1-9a-zA-Z]*$$/\1/'`; \ >- e=`echo $$x | sed 's/.*\.\([1-9a-zA-Z]*\)$$/\1/'`; \ >- f=`echo $$n | sed '$(transform)'`; \ >- $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$$e ; \ >- $(INSTALL_DATA) $(srcdir)/$$x \ >- $(DESTDIR)$(mandir)/man$$e/$$f.$$e; \ >- done > > uninstall: >- rm -f $(DESTDIR)$(libdir)/$(LIB) >- for i in $(HEADERS); do \ >- rm -f $(DESTDIR)$(includedir)/$$i; \ >- done ; \ >- MANPAGES='$(MANPAGES)'; for x in $$MANPAGES; do \ >- n=`echo $$x | sed 's/\(.*\)\.[1-9a-zA-Z]*$$/\1/'`; \ >- e=`echo $$x | sed 's/.*\.\([1-9a-zA-Z]*\)$$/\1/'`; \ >- f=`echo $$n | sed '$(transform)'`; \ >- rm -rf $(DESTDIR)$(mandir)/$$f.$$e; \ >- done > > libutil.a: $(libutil_OBJS) > $(AR) cr $@ $(libutil_OBJS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30417
: 16626