Search Results

Search: Posts Made By: mhornee
Forum: Programming 09-03-2009
24,936
Posted By mhornee
Actually, you can specify a variable for a...
Actually, you can specify a variable for a specific target.

GNU `make' (http://www.gnu.org/software/make/manual/make.html#Target_002dspecific)

What I'm trying to figure out is why the variable...
Forum: Programming 09-02-2009
24,936
Posted By mhornee
makefile ifeq not working
If I have a makefile that looks like this:

regress = NO

echo_set_regress: regress = YES
echo_set_regress: echo_regress
@echo $(regress)

echo_regress:
@echo $(regress)
ifeq...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy