[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
curiosity about makefile directive
- From: "Robert P. J. Day" <rpjday mindspring com>
- To: redhat mailing list <redhat-list redhat com>
- Subject: curiosity about makefile directive
- Date: Mon Sep 30 15:34:40 2002
just perusing the kernel Makefile, and i was intrigued
by the lines:
ifeq (.config,$(wildcard .config))
...
ifeq (.depend,$(wildcard .depend))
i was confused since the argument to the "wildcard" function
didn't have any wildcard characters in it. i eventually realized
that all this is doing is checking for the existence of those
files.
is there no more intuitive way of doing this using gnu make
directives? it seems so, well, kludgy.
rday
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]