mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-03-01 06:56:10 +00:00
extend the cleanup rule space cleanup Daniel
* Makefile.am: extend the cleanup rule * xmlschemas.c: space cleanup Daniel svn path=/trunk/; revision=3737
This commit is contained in:
parent
c3e2435a9d
commit
33fe28885c
@ -1,3 +1,8 @@
|
||||
Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* Makefile.am: extend the cleanup rule
|
||||
* xmlschemas.c: space cleanup
|
||||
|
||||
Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
|
||||
|
||||
* include/wsockcompat.h: support older win32 platforms when building
|
||||
|
@ -1105,6 +1105,7 @@ ModuleTests: testModule$(EXEEXT) testdso.la
|
||||
|
||||
cleanup:
|
||||
-@(find . -name .\#\* -exec rm {} \;)
|
||||
-@(find . -name \*.orig -o -name \*.rej -o -name \*.old -exec rm {} \;)
|
||||
|
||||
dist-hook: cleanup libxml2.spec
|
||||
-cp libxml2.spec $(distdir)
|
||||
|
@ -28619,7 +28619,7 @@ xmlSchemaValidateStream(xmlSchemaValidCtxtPtr ctxt,
|
||||
ret = ctxt->parserCtxt->errNo;
|
||||
if (ret == 0)
|
||||
ret = 1;
|
||||
}
|
||||
}
|
||||
|
||||
done:
|
||||
ctxt->parserCtxt = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user