[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

Oliver-Rainer Wittmann o...@apache.org changed:

   What|Removed |Added

 CC||o...@apache.org
   Target Milestone|--- |4.1.0

--- Comment #13 from Oliver-Rainer Wittmann o...@apache.org ---
@Andre: Is this issue solved already?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-12-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #12 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1551541 into trunk:
123532: Added list of known package formats.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-12-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #11 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1550457 into trunk:
#i123532# avoid build breaker when pkgformat contains an archive target

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-12-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #9 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1549788 into trunk:
123532: Prevent more silly warnings.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-12-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #10 from Andre awf@googlemail.com ---
Prevent more warnings about a feature added to old dmake 4.5 (the warning just
tells you that it now works) by replacing

openoffice_%{$(PKGFORMAT:^.)} :

with 

$(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) penoffice_$L.$P))
.PHONY :

ie by avoiding the % in targets that don't use it anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #1 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1536998 into trunk:
123532: Remove last references to URE (already commented out).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #2 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1536999 into trunk:
123532: Added help target that prints a short documentation about available
t...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #3 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1537000 into trunk:
123532: Removed support for deprecated BUILD_SPECIAL flag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #4 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1537001 into trunk:
123532: Factored out MAKE_INSTALLER_COMMAND and GEN_UPDATE_INFO_COMMAND macros.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #5 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1537002 into trunk:
123532: Unhacked the hack_msitemplates target to msitemplates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #6 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1537003 into trunk:
123532: Renamed hack_msitemplates target to msitemplates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #7 from SVN Robot svn...@dev.null.org ---
af committed SVN revision 1537006 into trunk:
123532: Hide one warning about changes of %-target handling in dmake 4.5.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-30 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

--- Comment #8 from Andre awf@googlemail.com ---
The previous changes to instsetoo_native/util/makefile.mk changed/fixed the
following:
- Removed the already commented out references to URE.  Building the URE is no
longer supported.
- A new target 'help' prints out all supported targets.  This provides a
reminder of which targets are available and also shows short documentations
(where known) about the targets.  Also some variable values are shown.
- Removed support for the deprecated BUILD_SPECIAL flag.
- Improved the way the .idt files are copied into the output tree (relevant
only on Windows).  Instead of simply copying them every time, there are now
make rules that only copy missing files.
- Removed one warning that is shown by dmake that tells the developer that
there is a certain feature available since version 4.5 (we use 4.12).  There
are other warnings like that but this one is visible when dmake is called
without specifying a target.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123532] Cleanup instsetoo_native/util/makefile.mk

2013-10-23 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123532

Andre awf@googlemail.com changed:

   What|Removed |Added

   Assignee|iss...@openoffice.apache.or |awf@googlemail.com
   |g   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.