Skip to content

Commit

Permalink
Remove ChangeLog references from Makefile and .gitattribute
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Jan 29, 2016
1 parent b03e606 commit cb07018
Show file tree
Hide file tree
Showing 33 changed files with 10 additions and 360 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ configure.ac crlf=input
*.il crlf

.gitattributes crlf
ChangeLog crlf
*akefile* crlf
*.sources crlf

Expand Down
2 changes: 1 addition & 1 deletion data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ monolldbdir = $(libdir)/mono/lldb

EXTRA_DIST = \
config.in \
browscap.ini mono.supp mono.d README ChangeLog \
browscap.ini mono.supp mono.d README \
mono.pc.in mono-2.pc.in monosgen-2.pc.in mint.pc.in dotnet.pc.in dotnet35.pc.in wcf.pc.in monodoc.pc.in \
mono-nunit.pc.in mono-cairo.pc.in mono-options.pc.in cecil.pc.in \
mono-lineeditor.pc.in system.web.extensions_1.0.pc.in system.web.extensions.design_1.0.pc.in\
Expand Down
2 changes: 1 addition & 1 deletion eglib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ endif
endif
endif

EXTRA_DIST = autogen.sh README NEWS AUTHORS ChangeLog winconfig.h
EXTRA_DIST = autogen.sh README NEWS AUTHORS winconfig.h
30 changes: 0 additions & 30 deletions mcs/CodingStyle
Original file line number Diff line number Diff line change
Expand Up @@ -375,36 +375,6 @@

And examining the output.

* ChangeLogs

ChangeLogs are the files that we use to track the project
history. ChangeLogs are found one per directory, or in small
projects, one per project.

The format looks like this:

2004-11-19 Raja R Harinath <[email protected]>

* Makefile (%-profiles): Go through an intermediate
set of rules. Move body to ...
(profiles-do--%): ... this.
(profiles-do--run-test): Customized rule that usefully
runs with 'make -j' and 'make -k'.
(profiles-do--all, profile-do--%--all): Orchestrate
the bootstrap process.

* file.cs (MainForm): Updated version.

The date, author, email address in the first line.

From that point on a list of changes in a file-by-file basis,
describing what changes were done.

This information must be cut and pasted into your commit
message, so the information ends up in two places: in the
subversion repository metadata and also on the source code
distirbution (which does not have the Subversion metadata).

* Warnings

Avoid commiting code with warnings to the repository, the use
Expand Down
1 change: 0 additions & 1 deletion mcs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ package := mcs-$(VERSION)

DISTFILES = \
AUTHORS \
ChangeLog \
COPYING \
COPYING.LIB \
INSTALL.txt \
Expand Down
2 changes: 0 additions & 2 deletions mcs/class/Commons.Xml.Relaxng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ LIB_MCS_FLAGS = /r:$(corlib) \
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
EXTRA_DISTFILES = \
Commons.Xml.Relaxng.Rnc/RncParser.jay \
Test/ChangeLog \
Test/XmlFiles/ChangeLog \
$(wildcard Test/XmlFiles/*.rng) \
$(wildcard Test/XmlFiles/*.rnc) \
$(wildcard Test/XmlFiles/*.nvdl) \
Expand Down
1 change: 0 additions & 1 deletion mcs/class/I18N/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ SUBDIRS = Common West MidEast Other Rare CJK
include ../../build/rules.make

DISTFILES = \
Assembly/ChangeLog \
Assembly/AssemblyInfo.cs \
README \
README.mono \
Expand Down
1 change: 0 additions & 1 deletion mcs/class/Mainsoft.Web/Mainsoft.Web.Hosting/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/BaseFacesPageHandlerFactory.cs -crlf
/BaseFacesStateManager.cs -crlf
/BaseFacesViewHandler.cs -crlf
/ChangeLog -crlf
/IExtendedViewHandler.cs -crlf
/OutputStreamWrapper.cs -crlf
/RequestParameterMap.cs -crlf
Expand Down
1 change: 0 additions & 1 deletion mcs/class/Mainsoft.Web/Mainsoft.Web.Profile/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/ChangeLog -crlf
/CloudscapeProfileProvider.cs -crlf
/DerbyProfileHelper.cs -crlf
/DerbyProfileProvider.cs -crlf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/ChangeLog -crlf
/CloudscapeMembershipProvider.cs -crlf
/CloudscapeRoleProvider.cs -crlf
/DerbyApplicationsHelper.cs -crlf
Expand Down
1 change: 0 additions & 1 deletion mcs/class/Mono.Data.Sqlite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
EXTRA_DISTFILES = Test/SqliteTest.cs \
Test/test.sql \
resources/SR.resx \
resources/ChangeLog \
resources/DataTypes.xml \
resources/MetaDataCollections.xml \
$(PREBUILT) \
Expand Down
1 change: 0 additions & 1 deletion mcs/class/Mono.Directory.LDAP/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
/ChangeLog -crlf
2 changes: 1 addition & 1 deletion mcs/class/Mono.Security.Win32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include ../../build/rules.make

LIBRARY = Mono.Security.Win32.dll
LIB_MCS_FLAGS = /unsafe
EXTRA_DISTFILES = README Test/ChangeLog
EXTRA_DISTFILES = README

ifneq (win32, $(PROFILE))
NO_TEST = yes
Expand Down
1 change: 0 additions & 1 deletion mcs/class/System.Data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ EXTRA_DISTFILES = \
$(wildcard Test/System.Data/*.xsd) \
$(wildcard Test/System.Xml/*.xml) \
$(wildcard Test/System.Xml/*.xsd) \
Test/System.Data/schemas/ChangeLog \
$(wildcard Test/System.Data/schemas/*.xsd) \
app_test_net_4_x.config \
Test/System.Data/binserialize/*.bin \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/ChangeLog -crlf
/DateComparisonTest.cs -crlf
1 change: 0 additions & 1 deletion mcs/class/System.DirectoryServices/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/App.config -crlf
/ChangeLog -crlf
/Secure.config -crlf
/makefile.build -crlf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/Bitmap.cs -crlf
/Brush.cs -crlf
/Brushes.cs -crlf
/ChangeLog -crlf
/Colors.cs -crlf
/Enums.cs -crlf
/Graphics.cs -crlf
Expand Down
2 changes: 0 additions & 2 deletions mcs/class/System.EnterpriseServices/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ LIB_REFS = System.Transactions
LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib)
NO_TEST = yes

EXTRA_DISTFILES = System.EnterpriseServices.Internal/ChangeLog

include ../../build/library.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/ChangeLog -crlf
/ThemeElements.cs -crlf
/ThemeElementsClearlooks.cs -crlf
/ThemeElementsDefault.cs -crlf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ButtonPainter.cs -crlf
/ChangeLog -crlf
/CheckBoxPainter.cs -crlf
/RadioButtonPainter.cs -crlf
/TabControlPainter.cs -crlf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/ChangeLog -crlf
/TabControlPainter.cs -crlf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/AlertCheck.cs -crlf
/ChangeLog -crlf
/ConfirmCheck.cs -crlf
/Generic.cs -crlf
/Prompt.cs -crlf
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
/ChangeLog -crlf
15 changes: 6 additions & 9 deletions mcs/class/System.XML/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,18 @@ endif
LOCAL_MCS_FLAGS += -lib:$(bare_libdir)

nist_dom_files = \
ChangeLog ITest.cs readme.txt util.cs \
fundamental/ChangeLog \
files/ChangeLog files/noDTDXMLfile.xml files/otherDoc.xml files/staff.dtd files/staff.html files/staff.xml
ITest.cs readme.txt util.cs \
files/noDTDXMLfile.xml files/otherDoc.xml files/staff.dtd files/staff.html files/staff.xml

xmlfiles_files = \
ChangeLog nested-included.dtd literal-data.xml nested-dtd-test.dtd nested-dtd-test.xml simple.xml \
xsl/ChangeLog xsl/empty.xsl \
XsdValidation/ChangeLog XsdValidation/1.xsd XsdValidation/2.xsd XsdValidation/3.xsd XsdValidation/4.xsd \
xsd/ChangeLog xsd/1.xsd xsd/2.xsd xsd/3.xsd xsd/4.xsd xsd/5.xsd xsd/6.xsd xsd/xml.xsd xsd/81360.xsd xsd/81360inc1.xsd xsd/81360inc2.xsd
nested-included.dtd literal-data.xml nested-dtd-test.dtd nested-dtd-test.xml simple.xml \
xsl/empty.xsl \
XsdValidation/1.xsd XsdValidation/2.xsd XsdValidation/3.xsd XsdValidation/4.xsd \
xsd/1.xsd xsd/2.xsd xsd/3.xsd xsd/4.xsd xsd/5.xsd xsd/6.xsd xsd/xml.xsd xsd/81360.xsd xsd/81360inc1.xsd xsd/81360inc2.xsd

EXTRA_DISTFILES = \
$(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
$(wildcard System.Xml.Serialization/standalone_tests/*.output) \
Test/ChangeLog \
Test/Microsoft.Test.csproj \
Test/Mono.Test.csproj \
Test/MonoMicro.Test.csproj \
Expand All @@ -62,7 +60,6 @@ EXTRA_DISTFILES = \
$(wildcard Test/XmlFiles/xsl/*.xml) \
$(wildcard Test/XmlFiles/xsl/*.xsl) \
Test/XmlFiles/xsl/current-in-select.ref \
Test/XmlFiles/xsl/ChangeLog \
$(xmlfiles_files:%=Test/XmlFiles/%) \
$(nist_dom_files:%=Test/System.Xml/nist_dom/%)

Expand Down
1 change: 0 additions & 1 deletion mcs/class/System/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ endif
EXTRA_DISTFILES = \
Test/test-config-file \
Test/test-config-file-net-2.0 \
Test/System.Security.Cryptography.X509Certificates/pkits/ChangeLog \
Test/System.Security.Cryptography.X509Certificates/pkits/Makefile \
Test/System.Security.Cryptography.X509Certificates/pkits/README \
Test/System.Security.Cryptography.X509Certificates/pkits/x509build.cs \
Expand Down
1 change: 0 additions & 1 deletion mcs/class/WindowsBase/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
/ChangeLog -crlf
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
/ChangeLog -crlf
3 changes: 0 additions & 3 deletions mcs/ilasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ CLEAN_FILES = parser/y.output

EXTRA_DISTFILES = \
parser/ILParser.jay \
parser/ChangeLog \
scanner/ChangeLog \
tests/ChangeLog \
$(wildcard tests/*.il)

ILParser.cs: parser/ILParser.jay $(topdir)/jay/skeleton.cs
Expand Down
1 change: 0 additions & 1 deletion mcs/tools/pdb2mdb/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
/ChangeLog -crlf
1 change: 0 additions & 1 deletion mono/arch/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ if ARM
SUBDIRS = $(arch_target)
endif

EXTRA_DIST = ChangeLog

2 changes: 1 addition & 1 deletion mono/utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ libmonoutilsinclude_HEADERS = \
mono-dl-fallback.h \
mono-counters.h

EXTRA_DIST = ChangeLog mono-embed.h mono-embed.c
EXTRA_DIST = mono-embed.h mono-embed.c
Loading

0 comments on commit cb07018

Please sign in to comment.