[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Flag Day: FC6 make(1) breaks Cinelerra Makefiles



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]