[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Flag Day: FC6 make(1) breaks Cinelerra Makefiles
- From: Chuck Forsberg WA7KGX N2469R <caf omen com>
- To: Fedora-Test-List <fedora-test-list redhat com>
- Subject: Flag Day: FC6 make(1) breaks Cinelerra Makefiles
- Date: Wed, 06 Dec 2006 14:11:26 -0800
The Cinelerra package uses the following construct in its
Makefiles to create subdirectories, etc..
This works with /usr/bin/make in FC5 but not FC6.
$(shell sh -c 'if ! test -d $(EXRDIR)/$(OBJDIR)\; then mkdir -p
$(DIRS)\; fi' )
$(shell echo $(CFLAGS) > $(EXRDIR)/$(OBJDIR)/c_flags)
$(shell echo $(OBJS) > $(EXRDIR)/$(OBJDIR)/objs)
A workaround is to replace the FC6 make with the FC5 file.
--
Chuck Forsberg caf omen com www.omen.com 503-614-0430
Developer of Industrial ZMODEM(Tm) for Embedded Applications
Omen Technology Inc "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]