Skip to content

Commit

Permalink
Creating 4.2 branch.
Browse files Browse the repository at this point in the history
git-svn-id: http://sipxecs.sipfoundry.org/rep/sipXecs/branches/4.2@18562 ab1d8caa-1f67-47f1-9e81-24633a41865c
  • Loading branch information
mardy committed Apr 13, 2010
0 parents commit 441acc4
Show file tree
Hide file tree
Showing 10,961 changed files with 1,364,459 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
Makefile.in
aclocal.m4
config.h.in
autom4te.cache
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/ltmain.sh
config/missing
configure
sipXconfig/top.build.dir
spy.log
velocity.log
bin.eclipse
# exclude files created when building 3rd party deps
lib/*/build
lib/cache-file
lib/dist
sipXtackLib/src/test/net/SipXauthIdentityTest.cpp
23 changes: 23 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.PHONY: build
build:
$(MAKE) recurse TARGETS="all check install"

include top.mak

.PHONY: all
all:
@echo "Target '$@' is not valid. Type 'make build' to build and install."

.PHONY: rpm
rpm:
$(MAKE) recurse TARGETS="rpm install-rpm"

uninstall-rpm:
$(MAKE) recurse TARGETS="uninstall-rpm" PROJECTS="$(PROJECTS_REVERSE)"

%:
$(MAKE) recurse TARGETS="$@"

.PHONY: repo
repo:
cd @DEST_RPM@ && createrepo -g @TOP_ABS_SRCDIR@/meta/comps.xml .
Loading

0 comments on commit 441acc4

Please sign in to comment.