Date: Fri, 03 Oct 2014 16:28:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193978] [NEW PORT] misc/countdown: Counts down a specified time interval, beeps, and then exits Message-ID: <bug-193978-13-nDsJeoyv6P@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193978-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193978-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193978 --- Comment #8 from Jan Beich <jbeich@vfemail.net> --- May as well ignore vendor Makefile altogether by defining MAKEFILE= /dev/null ALL_TARGET= ${PORTNAME} because the following is redefinition of implicit target (bmake or gmake): countdown: countdown.c $(CC) $(CFLAGS) countdown.c $(LDFLAGS) -o countdown Or at least keep respecting LDFLAGS provided by either make.conf, Makefile.local or environment. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193978-13-nDsJeoyv6P>