Search Results

Search: Posts Made By: pieter023
6,095
Posted By pieter023
makefile help
i'd like to execute a particular command if i'm running gcc version 3.2 for instance.

my approach is as follows:
GCC_VERSION := `gcc --version | head -1`

suppose the result of `gcc --version |...
2,691
Posted By pieter023
thank you jim! why didn't i think of this? ...
thank you jim!

why didn't i think of this?

that was much easier than i anticipated ...
2,691
Posted By pieter023
Automatically Rename Last Generated File
I'm trying to rename the last generated file in a given directory using a makefile.

If I type 'make build' the 'build' target produces a file (ie: text_001.txt). It automatically generates them...
Showing results 1 to 3 of 3

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