You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2007/02/08 12:07:25 UTC

svn commit: r504858 - in /harmony/enhanced/classlib/trunk/depends/build/platform: freebsd.x86.mk linux.ia64.mk linux.ppc32.mk linux.ppc64.mk linux.s390.mk linux.s390x.mk linux.x86.mk linux.x86_64.mk

Author: odeakin
Date: Thu Feb  8 03:07:24 2007
New Revision: 504858

URL: http://svn.apache.org/viewvc?view=rev&rev=504858
Log:
Add svn:eol-style=native property to makefile includes.

Modified:
    harmony/enhanced/classlib/trunk/depends/build/platform/freebsd.x86.mk   (props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.ia64.mk   (props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk   (contents, props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk   (contents, props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390.mk   (props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390x.mk   (props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.x86.mk   (props changed)
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.x86_64.mk   (props changed)

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/freebsd.x86.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ia64.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk?view=diff&rev=504858&r1=504857&r2=504858
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk (original)
+++ harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk Thu Feb  8 03:07:24 2007
@@ -1,20 +1,20 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-DEFINES += -DLINUX -DLINUX_PPC32 -DHYPPC32
-OPT += -m32
-
-ASFLAGS += -a32
-LDFLAGS += -m32
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+DEFINES += -DLINUX -DLINUX_PPC32 -DHYPPC32
+OPT += -m32
+
+ASFLAGS += -a32
+LDFLAGS += -m32

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk?view=diff&rev=504858&r1=504857&r2=504858
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk (original)
+++ harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk Thu Feb  8 03:07:24 2007
@@ -1,21 +1,21 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-DEFINES += -DLINUX -DLINUX_PPC64 -DHYPPC64
-OPT += -m64
-XLIBS = -L/usr/X11R6/lib64 -lX11 -lXft
-
-ASFLAGS += -a64
-LDFLAGS += -m64
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+DEFINES += -DLINUX -DLINUX_PPC64 -DHYPPC64
+OPT += -m64
+XLIBS = -L/usr/X11R6/lib64 -lX11 -lXft
+
+ASFLAGS += -a64
+LDFLAGS += -m64

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390x.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.x86.mk
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: harmony/enhanced/classlib/trunk/depends/build/platform/linux.x86_64.mk
------------------------------------------------------------------------------
    svn:eol-style = native