It's UWAweek 20 (1st semester, week 11)

helpOSTS

This forum is provided to promote discussion amongst students enrolled in Open Source Tools and Scripting.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying the 2 articles in this topic
Showing 2 of 364 articles.
Currently 1 other person reading this forum.


 UWA week 18 (1st semester, week 9) ↓
SVG not supported

Login to reply

👍?
helpful
8:11pm Sat 4th May, Suan C.

Hi Michael, can you please elaborate on slide #13:

find every Makefile and call make

find . -name "[Mm]akefile" -exec make ; -print

What does it try to achieve?

Thanks heaps!


 UWA week 19 (1st semester, week 10) ↓
SVG not supported

Login to reply

👍?
helpful
10:51am Mon 6th May, Michael W.

"Suan Chuah" [email protected] wrote:

Hi Michael, can you please elaborate on slide #13:

find every Makefile and call make

find . -name "[Mm]akefile" -exec make ; -print

What does it try to achieve?

Thanks heaps!

Hi Suan, It starts in the current directory and then all sub-directories, and looks for all files called Makefile or makefile. For each such file it executes the function make, which we will visit on Wednesday. It then prints the full path to that Makefile

Cheers MichaelW

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  5:07AM Sep 06 2023
Privacy policy