LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What does $^ means in Makefile or in shell script (https://www.linuxquestions.org/questions/linux-newbie-8/what-does-%24%5E-means-in-makefile-or-in-shell-script-732642/)

kondrara 06-13-2009 02:10 AM

What does $^ means in Makefile or in shell script
 
What does $^ means in Makefile or in shell script

-R

jdkaye 06-13-2009 02:28 AM

Google is your friend.
$^
The names of all the dependencies separated by spaces, but with duplicate names removed
http://www.cs.duke.edu/~ola/courses/...Makefiles.html
cheers,
jdk


All times are GMT -5. The time now is 11:36 AM.