Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-02-12 01:48:46 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-12 01:48:46 +0300
commit8427cfb2ce453bcb03394a2eb1c8b7301c5546fb (patch)
treef9966fdb50f1da912eb4d1bd23b20ff082d198e8
parentd4afe1e1bfe45a7b373c7b1863fe88ed631bc0fa (diff)
More
svn path=/trunk/mono/; revision=2341
-rw-r--r--mono/arch/sparc/.cvsignore2
-rw-r--r--scripts/.cvsignore3
-rw-r--r--scripts/Makefile.am7
3 files changed, 12 insertions, 0 deletions
diff --git a/mono/arch/sparc/.cvsignore b/mono/arch/sparc/.cvsignore
new file mode 100644
index 00000000000..282522db034
--- /dev/null
+++ b/mono/arch/sparc/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/scripts/.cvsignore b/scripts/.cvsignore
new file mode 100644
index 00000000000..18805a6a484
--- /dev/null
+++ b/scripts/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+mcs
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
new file mode 100644
index 00000000000..ba8c6949faa
--- /dev/null
+++ b/scripts/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = mcs.in
+
+bin_SCRIPTS = mcs
+
+mcs: mcs.in
+ sed -e 's^\@bindir\@^$(bindir)^g' < $(srcdir)/mcs.in > mcs.tmp \
+ && mv mcs.tmp mcs