Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
304411ada3 | ||
|
|
9e8b94b246 | ||
|
|
c0f27b3a58 | ||
|
|
58be5dead1 | ||
|
|
1fe6f69473 | ||
|
|
487998fc2e | ||
|
|
c9d22f2cf6 | ||
|
|
b5374bb6c2 | ||
|
|
f412084c77 | ||
|
|
b4d18762cc | ||
|
|
435a9a97fc | ||
|
|
d3f52ae41a | ||
|
|
fb9376258e | ||
| 6f2a358e53 | |||
| 6a16dbe593 | |||
| 7d3df6efae | |||
| 38438f4f26 | |||
| a1d118b90f | |||
| eac5d55ef2 | |||
| 7dcabea3bd | |||
| 7c66b2efe5 | |||
| 97f1162f94 | |||
| db435975a2 | |||
| 96df977a7a | |||
| cc1eeb86b8 | |||
|
|
3d45a47a9b | ||
| 6cd3c16312 | |||
| ca974ad8a3 | |||
| 11033bf1da | |||
| 73fdc667e4 |
5 changed files with 3 additions and 21 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
uxlaunch-0.53.tar.bz2
|
||||
/uxlaunch-0.56.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: uxlaunch
|
||||
# $Id$
|
||||
NAME := uxlaunch
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This package is dead
|
||||
0
sources
0
sources
Reference in a new issue