Flag Day: FC6 make(1) breaks Cinelerra Makefiles

Chuck Forsberg WA7KGX N2469R caf at omen.com
Wed Dec 6 22:11:26 UTC 2006


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 at 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




More information about the fedora-test-list mailing list