automake-ng
[Top][All Lists]
Advanced

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

Re: [Automake-NG] [PATCH 04/14] [ng] clean: revamp recipes and APIs to e


From: Akim Demaille
Subject: Re: [Automake-NG] [PATCH 04/14] [ng] clean: revamp recipes and APIs to extend cleaning rules
Date: Thu, 21 Jun 2012 22:19:04 +0200

>>> +    $(call .am.clean-cmd.f,$(am__mostlyclean_files))
>>> +    $(call .am.clean-cmd.d,$(am__mostlyclean_dirs))
>> 
>> You could also just pass the name of the variable.
>> 
> I don't follow.  What do you mean?

I meant

+    $(call .am.clean-cmd.f,am__mostlyclean_files)
+    $(call .am.clean-cmd.d,am__mostlyclean_dirs)

Which might trigger the desire to go further

+    $(call .am.clean-cmd,mostlyclean)

For instance.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]