![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
makefile2
What does && mean in makefile
Example Target : cd lib/src && $(MAKE) $(MAKE_FLAGS_HOLDER) target_2 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
say you have command a and command b
Code:
./command_a && ./command_B |
|
#3
|
||||
|
||||
|
Actually command_b is executed upon successful completion of command _a. If the cd fails, no make will occur.
|
|
#4
|
||||
|
||||
|
Quote:
command_a; command_b Cheers ZB |
|
#5
|
|||
|
|||
|
Quote:
im a bit rusty |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|