[Techtalk] Make replacement

Kathryn Andersen kat_lists at katspace.homelinux.org
Thu Feb 9 15:01:38 EST 2006


On Wed, Feb 08, 2006 at 08:27:20PM -0600, Kathryn Hogg wrote:
> What kind of deficiencies in make render it unsuitable for your task?  I
> use makefiles to generate website content from databases, generate photo
> albums, etc.

Well, it's "good enough", sure, but...

Just the everyday irritations, like:
- the "oh dear are they tabs or spaces?" problem
- having to make ".PHONY" targets
- applying things to subdirectories with things like the following:

.PHONY: clean
clean:
	@for f in $(SUBDIRS); \
	do \
		$(MAKE) -C $$f clean; \
	done

I was just wondering if there was something *better*.  I mean, after all
these years, one would have thought something better would have come
along...

Kathryn Andersen
-=-=-=-=-=-=-=-=-=-
    Blake:  Of course, you have to know the surface conditions, otherwise
	    teleporting's a bit like a jump in the dark.  You're quite liable
	    to surface in a fission reactor.
Bellfriar:  Not a mistake you could learn by, really.
						(Blake's 7: Killer [B7])
-- 
 _--_|\     | Kathryn Andersen	<http://www.katspace.com>
/      \    | 
\_.--.*/    | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/>
      v     | 
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |	-> Earth -> Sol -> Milky Way Galaxy -> Universe


More information about the Techtalk mailing list