[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
3 dumb questions
From: |
PATTON, BILLY \(SBCSI\) |
Subject: |
3 dumb questions |
Date: |
Wed, 19 Apr 2006 08:03:18 -0500 |
1. Must .PHONY begin in column 1 ?
2. Must a target begin in column 1?
3. Is leading space ignored ? (on the make side of syntax)
What I would like to do, for readability, I like indention :)
ifeq blabla
.PHONY : test t_a t_b
test : t_a t_b
t_a :
t_b :
endif
- 3 dumb questions,
PATTON, BILLY \(SBCSI\) <=