FreeBSD Bugzilla – Attachment 190758 Details for
Bug 226012
net/socat: [PATCH] Fix Makefile dependency so that parallel make is reliable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch to fix Makefile dependancy needed for parallel make
patch.txt (text/plain), 1.24 KB, created by
Craig Leres
on 2018-02-18 21:29:51 UTC
(
hide
)
Description:
patch to fix Makefile dependancy needed for parallel make
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2018-02-18 21:29:51 UTC
Size:
1.24 KB
patch
obsolete
>Index: net/socat/files/patch-Makefile.in >=================================================================== >--- net/socat/files/patch-Makefile.in (nonexistent) >+++ net/socat/files/patch-Makefile.in (working copy) >@@ -0,0 +1,14 @@ >+--- Makefile.in.orig 2017-01-06 20:58:40 UTC >++++ Makefile.in >+@@ -118,8 +118,9 @@ PROCAN_OBJS=procan_main.o procan.o proca >+ procan: $(PROCAN_OBJS) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(PROCAN_OBJS) $(CLIBS) >+ >+-filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o >+- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o $(CLIBS) >++FILAN_OBJS=filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o >++filan: $(FILAN_OBJS) >++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(FILAN_OBJS) $(CLIBS) >+ >+ libxio.a: $(XIOOBJS) $(UTLOBJS) >+ $(AR) r $@ $(XIOOBJS) $(UTLOBJS) > >Property changes on: net/socat/files/patch-Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Raw
Flags:
leres
:
maintainer-approval+
Actions:
View
Attachments on
bug 226012
: 190758