source:
app/dist/spec/Makefile
@
52bccea
Last change on this file since 52bccea was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
File size: 187 bytes |
Line | |
---|---|
1 | # this makefile will build rpm |
2 | |
3 | DIR=$(shell pwd) |
4 | |
5 | ifndef _UTT_DIST_DIR |
6 | _UTT_DIST_DIR=${DIR} |
7 | endif |
8 | |
9 | |
10 | # default task |
11 | .PHONY: rpm |
12 | rpm: |
13 | cd ${_UTT_DIST_DIR}; rpmbuild -bb ${DIR}/utt.spec |
14 | |
15 |
Note: See TracBrowser
for help on using the repository browser.