GNU Make
From: Jakir (jakir_at_coolgoose.com)
Date: 06/24/04
- Previous message: Casper H.S. ***: "Re: Why is SIGQUIT ignored by nohup?"
- Next in thread: Paul D. Smith: "Re: GNU Make"
- Reply: Paul D. Smith: "Re: GNU Make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Jun 2004 13:48:29 -0700
Hi
Could any one help me in replacing the below syntax.
I have a make file say makefile which contains
SUBDIRS=lib bin
include sub.rule
---------------------------------------
The sub.rule file contains
$(SUBDIRS:=.all):
@echo "echo cd $(@:.all=)"
---------------------------------------
The Syntax := is recursively expanded. I want to replace that, the
output with the new syntax should be similar to what the previous
syntax had.
Thanks & Regards
Jakir
- Previous message: Casper H.S. ***: "Re: Why is SIGQUIT ignored by nohup?"
- Next in thread: Paul D. Smith: "Re: GNU Make"
- Reply: Paul D. Smith: "Re: GNU Make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]