Changeset 174
- Timestamp:
- 03/17/08 08:08:06
(9 months ago)
- Author:
- jjarrett
- Message:
Corrected Makefile Logic
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r69 |
r174 |
|
| 1 | | SUBDIRS=scripts conf man pam_tally3 |
|---|
| | 1 | SUBDIRS=pam_tally3 scripts conf man |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | export PREFIX=/usr |
|---|
| r138 |
r174 |
|
| 4 | 4 | RELEASE="1" |
|---|
| 5 | 5 | ARCH=$(uname -i) |
|---|
| 6 | | OS="RHEL5.1" |
|---|
| | 6 | OS="RHEL5" |
|---|
| 7 | 7 | |
|---|
| 8 | 8 | tar --exclude="*.svn*" -czvf RPM/clip-$VERSION-$RELEASE.tar.gz pam_tally3/ conf/ kickstart/ scripts/ man/ Makefile |
|---|
| … | … | |
| 12 | 12 | cp /usr/src/redhat/SRPMS/clip-$VERSION-$RELEASE.src.rpm RPM/ |
|---|
| 13 | 13 | |
|---|
| | 14 | |
|---|
| | 15 | cd refpolicy/build |
|---|
| | 16 | make |
|---|
| | 17 | |
|---|
| | 18 | cd .. |
|---|
| | 19 | cp selinux*.rpm ../RPM/. |
|---|
| | 20 | |
|---|
| | 21 | cd .. |
|---|
| | 22 | |
|---|
| 14 | 23 | sha1sum RPM/*.rpm > SHA1_$ARCH.txt |
|---|
| 15 | 24 | |
|---|
Download in other formats:
* Generating other formats may take time.